You might get mileage out of something like this:
"${requestScope[expression]}".

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> 
> i have, what is hopefully, a very brief question.  does 
> anyone know of a way
> to evaluate an EL statement that is cached in 
> request/session/etc scope?
> say you have "business.name" expression stored in request 
> scope (tied to
> "expression") alongside a "business" object.  i'd essentially 
> like to do
> something like this:
> 
> <c:out value="${${expression}}" />
> 
> which would perform 2 evaluations giving - in theory:
> 
> <c:out value="${business.name}" />
> Business Foobar
> 
> (assuming Business Foobar is the "name" attribute of hte business
> attribute).  this one's killin' me! :-)

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

Reply via email to