Dynamically Disabling Struts Radio Buttons
843841Aug 16 2003 — edited Mar 29 2008Hi,
I would like to disable a struts radio button when certain user information is missing. My first thought was to do it like this:
<html:radio property="distMethod" value="2" disabled="<bean:write name="UserForm" property="disableMail"/>"/>
However this doesn't seem to work. Is it not possible to use a Bean:write tag inside the Html:radio tag???
Kind regards Tomas