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