Is either of the following more or less efficient than the other?

<s:property value="#request.something" />
<s:property value="%{#request.something}" />

mitch


Musachy Barroso wrote:
> other attributes are expected to be expressions, so you can do:
>
> <s:property value="#request.something" />
>
> instead of the more verbose, but also correct:
>
> <s:property value="%{#request.something}" />
>
>   
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to