Re: Radio Buttons: name & value the same

2007-07-25 Thread yitzle
On 7/25/07, yitzle <[EMAIL PROTECTED]> wrote: When I debugged, the getAllowUpgrade() does get called and does return a boolean. That should read 'isAllowUpgrade()' - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: Radio Buttons: name & value the same

2007-07-25 Thread yitzle
On 7/25/07, yitzle <[EMAIL PROTECTED]> wrote: My action has a boolean isAllowUpgrade() and a setAllowUpgrade(boolean b). If the name is set to "blah", the correct radio button gets selected at render time. If the name is "allowUpgrade", neither radio button gets selected. When I debugged, the ge

Radio Buttons: name & value the same

2007-07-25 Thread yitzle
My action has a boolean isAllowUpgrade() and a setAllowUpgrade(boolean b). If the name is set to "blah", the correct radio button gets selected at render time. If the name is "allowUpgrade", neither radio button gets selected. When I debugged, the getAllowUpgrade() does get called and does return