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.

Reply via email to