I dont know how to resolve this. I am using Spring MVC to resolve the views but I don’t want to redirect to a new page, I just want to load the response in a div.
Let me explain it a bit. First I want to make an AJAX request to the Spring MVC controller that resolves the view, but I want to load that view in a div. I don’t know if it’s possible…
Thanks in advance
Use jQuery’s
.load( )method:http://api.jquery.com/load/