Hi all,
I have returned a Hashmap called "map" from my Controller. How do I use JSP scriptlet to access the elements within this variable ?
I have tried using
<%
if ${map.blah} == "hello"{
%>
woohoo
<%}%>
and it doesn't really work....
Thanks for the help in advance!!


Reply With Quote