The radio buttons work perfectly fine, but the checkboxes are the issue. If you go to the Struts User Guide and look at the checkbox tag, it points out this issue. I suppose this would mean that it's a struts issue, not with usage in your app. I hope someone knows a way around this.
~ Keith http://www.buffalo.edu/~kkamholz -----Original Message----- From: Bill Blackmon [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 11:16 AM To: Struts Users Mailing List Subject: Re: <html:checkbox> Is this correct? I'm just getting into an application and there are lots of checkboxes and radio buttons. Records will have to be read for editing and 'true' values will have to be reflected in checked checkboxes and selected radio buttons as well as selected items in select drop downs. Are there any more limitations in the HTML properties that I should be aware of before spending more time going down this path or should I skip the tag libraries and do this by hand? ----- Original Message ----- From: "Kamholz, Keith (corp-staff) USX" <[EMAIL PROTECTED]> To: "Struts (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 9:21 AM Subject: <html:checkbox> > Hey everyone, > I've just essentially finished my first struts application, and my boss > doesn't like the fact that the boolean properties associated with checkboxes > must be set to false when going to the form. He says that it's a pain in > the ass to recheck the boxes every time the bean is edited. I agree with > him. Is there any way to get around this issue? Possibly by modifying or > extending the checkbox class? I don't know if anyone has tried anything > like this, but any input would be greatly appreciated. > Thanks! > > ~ Keith > http://www.buffalo.edu/~kkamholz > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

