Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Creating a HashMap() from a JSTL tag

cowwoc-JavaNetNov 23 2004 — edited Nov 23 2004
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 21 2004
Added on Nov 23 2004
6 comments
2,122 views