|
Ryan,
How do you put the map into session?
session.setAttribute("map",map) ?
I've only done this from a SpringFramework point of view. It works similarly to how you want this to work. I can take a look at the Spring code and let you know how they put the map into session... let me know...
Paul
On 5/24/06, Ryan Meder < [EMAIL PROTECTED] > wrote: > > > > Hi all, > > I have an hasmap called map. > i then add a few values to the map like this. > map.add("peter", 'Peter'); > map.add("john", "John"); > map.add("paul", "Paul"); > > i put map in the seesion and then in the jsp would like to retrive the > values from the hashmap individually. > > e.g > <C:out value="${map.peter}"/> > > is there a reason why i cant get the value or can this not be done . > > Any help appreciated > > thks ryan > > > -- > Regards, > > Ryan Meder > > > -- Brian Silberbauer Consultant +27 (0)83 566 2705 skype: brian.silberbauer
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CTJUG Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/CTJUG-Forum For the ctjug home page see http://www.ctjug.org.za -~----------~----~----~----~------~----~------~--~--- |
- [CTJUG Forum] GEt a value out of a HashMap usering Expre... Ryan Meder
- [CTJUG Forum] Re: GEt a value out of a HashMap user... Brian Silberbauer
- [CTJUG Forum] GEt a value out of a HashMap usering ... Paul Gilowey
