Sorry that I'm asking the same again, but this is the fastest way
to know
the truth
so currently (without patches),
<s:property value="propName" /> just prints the "propName"
property, but
<s:property value="%{propName}" /> evaluates the expression in %{}
and if
propName=amout, it prints the "amout" property?
No, <s:property value="%{propName}”/> should be equivalent to
<s:property value="propName"/>.
I think You'll get the second behaviour with <s:property value="%{%
{propName}}"/>
--
Ing. Andrea Vettori
Consulente per l'Information Technology
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]