Creating a HashMap() from a JSTL tag
Hi,
It says here that you cannot create a new Map from within JSTL: http://www.oracle.com/technology/pub/articles/andrei_jsptags.html
"Map objects, however, cannot be created with JSTL"
My problem is that I'm developing a JSP tagx file and I need to create a new HashMap before stuffing values into it. I don't want to have to create the Map externally. What options do I have? I am using JSTL 1.1, JSP 2.0.
Thanks,
Gili