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 I do this with JSTL?

This seems to work...

${mapNameInApplScope[sessionScope.varToLookUp]}

--
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to