On Sun, 9 Feb 2003, Shadow X wrote:

> What if I needed to use a key to lookup the parameter value?
> 
> For instance:
> 
> <c:out value="${requestScope['org.apache.struts.Globals.LOCALE_KEY']}"
> />
> 
> "org.apache.struts.Globals.LOCALE_KEY" actually maps to
> "org.apache.struts.action.LOCALE"

If I'm understanding the request right, the following would work:

 ${requestScope[requestScope['org.apache.struts.Globals.LOCALE_KEY']]}

-- 
Shawn Bayern
"JSTL in Action"   http://www.manning.com/bayern


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

Reply via email to