Display HashMap values in JSP using Taglib in struts
843802May 21 2005 — edited Oct 21 2005Hi ,
I am new to struts and JSTL. I am developing Discussion Forums using Struts.
I have HashMap object with(key & values) in My Action class.
I want to diplay in my JSP as a List with html:links to do other process.
How can I display HashMap values in my JSP. Which is the best way to display
My intenetion is maxmum avoiding <%%> code in jsp.
Which is the best way to display ?
Can I diplay using taglib which is generic tag for any collection object ?
Can any one help me ASAP.
thanks
Chandra