In my Spring MVC application i have HashMap returned from my controllerServlet. Now I need to print that in my jsp using JSTL. Please help on this. I’m new in all this.
In my Spring MVC application i have HashMap returned from my controllerServlet. Now I
Share
Try this,
suppose my MAP is :-
So in JSP ,
Hope this helps !