Hi,
 
I would like to dynamically disable a text field based on a boolean property.
I have tried the following but it does not work.
 
<strutshtml:text property="employeeBean.fax" size="20" maxlength="10" disabled="<strutsbean:write name=\"personalInfoForm\" property=\"employeeBean.empInfoReadOnly\" scope=\"session\"/>"/>
 
 
Any idea how to make this work?
 
Thanks,
Michelle

Reply via email to