Hi elyes,
You can do it with nested:equal, or else with nested:define, two different ways.

Best greetings,
Paweł Wielgus.

2009/2/4 elyes sallem <elyes.sal...@gmail.com>:
> Hello,
> i have a form, in which a i wanna set a readonly property of a textarea,
> depending on contratAjustEditMode's value (a member of ajustContratModifie)
> here is a part of the form , like this the test (contratAjustEditMode==0)
> doesn't work, it can not recognize contratAjustEditMode:
>
> <nested:nest property="ajustContratModifie">
> <nested:hidden property="contratAjustEditMode"></nested:hidden>
>
> <nested:textarea property="CAjustComment"
> readonly="<%=(contratAjustEditMode==0) %>">
> </nested:textarea>
> </nested:nest>
>
> Regards
> Elyes.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to