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
ModelAndView
This will resolve the model attribute added by model.addAttribute("modelAttribute", value)
model.addAttribute("modelAttribute", value)