Back on this:

>         <s:set name="testValue" value="%{12}" />
>         testValue = <s:property value="#testValue" /> // print 1
>
>         <s:set name="testValueName" value="%{'testValue'}" />
>         testValueName = <s:property value="#testValueName" /> // print 
> testValue
>
>         // print nothing!!!
>         testValue (via xxxName) = <s:property value="%{%{#testValueName}}" />

Still no idea...?

Maxx

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

Reply via email to