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 putting the value in a hidden field? How is it done?
I’m adding an object to my ModelAndView in spring and forwarding to my jsp
Share
This will resolve the model attribute added by
model.addAttribute("modelAttribute", value)