On 7/23/10 11:26 AM, Scott Koenig wrote:
I was wondering if anyone knew how great the performance optimization gains are in leaving runtime expression values disabled for assorted Struts tags, or where I could find some resources on the topic. It seems incredibly useful to be able to set a variable to a value calculated on the fly.
You can set values on the fly, but the language accepted is OGNL, not EL. rtexprvalue has been turned off because evaluating attributes as EL and then evaluating that result as OGNL proved to be a security hole.
-Dale --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org