I'm developing a web application in Spring MVC.
I have a method that returns a list (java.util.List) and needs to pass it to the view (.jsp), however without updating the page.
I would like to know some other way to pass the Java information to the view, but without using ModelAndView, because when I use the page it is updated.