Hi to everyone

I have a problem with the following code:

<s:set name="aver" scope="page" value="one"></s:set
...
<s:if test="#page.aver=='one'">
<%-- Some code goes here --%>
</s:if>

I don't know what is happening but the code conditionated by the if is not
executed.
If i use request instead of page in the s:set tag, and obiosly in the s:if
tag, the code works fine.

can somebody tell me what i'm doing wrong?

Reply via email to