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: [email protected]
For additional commands, e-mail: [email protected]