Skip to Main Content

Java Programming

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!

create a hashmap with jstl, how?

807589Jul 30 2008 — edited Jul 30 2008
background:
i need to create a hashmap on my jsp, using just jstl, if possible. after this, i need to pass this hashmap to custom tag, where the custom tag will get it like this:
public void setSomeVar(Map m){ ... } 
1. is this even possible?
2. can anything other then a string be passed into a tag?

thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2008
Added on Jul 30 2008
5 comments
6,383 views