RE: JSTL get a value from map and key variables

2004-09-16 Thread Karr, David
Do you care what scope you get each variable from? If not, just do: $(whateverA[whateverS]} > -Original Message- > From: Michael McGrady [mailto:[EMAIL PROTECTED] > > A dunce question today: > > I have a map that is held in application scope which in turn holds > objects whose keys

Re: JSTL get a value from map and key variables: SOLVED

2004-09-15 Thread Michael McGrady
That works! Thanks, Rick Rick Reumann wrote: Michael McGrady wrote the following on 9/15/2004 5:00 PM: I have a map that is held in application scope which in turn holds objects whose keys are held in session scope. I want to access the map in application scope and the key from session scope a

Re: JSTL get a value from map and key variables

2004-09-15 Thread Rick Reumann
Michael McGrady wrote the following on 9/15/2004 5:00 PM: I have a map that is held in application scope which in turn holds objects whose keys are held in session scope. I want to access the map in application scope and the key from session scope and then get the result from the map. How do

JSTL get a value from map and key variables

2004-09-15 Thread Michael McGrady
A dunce question today: I have a map that is held in application scope which in turn holds objects whose keys are held in session scope. I want to access the map in application scope and the key from session scope and then get the result from the map. How do I do this with JSTL? I know I can