Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamically Disabling Struts Radio Buttons

843841Aug 16 2003 — edited Mar 29 2008
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 26 2008
Added on Aug 16 2003
3 comments
704 views