Re: Problem with html:radio when disabled is true

2005-01-20 Thread Will Stranathan
Browsers (AFAIK) don't send a request parameter with disabled radio buttons. You'll have to do some additional checking in the reset() method of your bean to set those to the proper values. w On Thu, 20 Jan 2005 02:02:34 -0400 Néstor Boscán <[EMAIL PROTECTED]> wrote: Hi I'm working with struts

Problem with html:radio when disabled is true

2005-01-19 Thread Néstor Boscán
Hi I'm working with struts and action forms. I have a form with several fields and some of them are radio buttons. In some cases I want the radio buttons to be disabled so I put the html:radio tag like this: The problem is that if I submit the form and validation fails the form is reloaded