Hi,

Would like to know why the following doesn't work can anybody explain it
please.

I have a text box on a page this text box is readonly when the readonly
property is set to true. 


<html:text indexed="true" name="form" property="prop1" readonly="<bean:write
name='form' property='readOnly'/>" />


<html:text indexed="true" name="form" property="prop1" readonly<c:out
value='${form.readOnly}'/>" />

Regards
Neil Meyer


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

Reply via email to