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

SANTAM Bpk / Ltd
Reg. No. 1918/001680/06


Directors: DK Smith (Chairman), SC Gilbert (Chief Executive), S Bray (Company Secretary), JJ Geldenhuys, JG le Roux, Dr NM Magau, AR Martin, Mr EA Moolla, JE Newbury, P de V Rademeyer, GE Rudman, Dr J van Zyl, BP Vundla, (Executive) MJ Reyneke


Please note: This email and its content are subject to the disclaimer as displayed at the following link http://www.santam.co.za/disclaimer.htm. Should you not have Web access, send a mail to [EMAIL PROTECTED] and a copy will be emailed to you.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to