I have this code: <s:if test="myVar == 'myvalue'"> XXX </s:if>
<s:set name="otherVar" value="%{myVar}" /> <s:if test="otherVar == 'myvalue'"> YYY </s:if> This code shows XXX but doesn't show YYY. How can I satisfay the second test? Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]