How do you access a model attribute in jquery?

前端 未结 2 1023
挽巷
挽巷 2021-02-02 18:11

I\'m adding an object to my ModelAndView in spring and forwarding to my jsp view. I need to access that object in my jquery. Is this possible without first puttin

2条回答
  •  滥情空心
    2021-02-02 18:42

    
    

    This will resolve the model attribute added by model.addAttribute("modelAttribute", value)

提交回复
热议问题