RE: Problem with html:multibox not clearing

2004-03-31 Thread Murray, Christopher
submits a value for when it is unchecked? regards, Chris. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 31 March 2004 09:16 To: [EMAIL PROTECTED] Subject: SV: Problem with html:multibox not clearing Hi Have a reset() (Inherited from ActionForm) method in you

SV: Problem with html:multibox not clearing

2004-03-31 Thread hermod . opstvedt
Kennedy [mailto:[EMAIL PROTECTED] Sendt: 30. mars 2004 22:06 Til: 'Struts Users Mailing List' Emne: Problem with html:multibox not clearing I am using an html:multibox that is pretty much working fine except when I uncheck all choices. I am also using the logic:iterate tag to gen

RE: Problem with html:multibox not clearing

2004-03-30 Thread Robert Taylor
works for me. Good luck with your solution. robert > -Original Message- > From: Jim Kennedy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 30, 2004 5:02 PM > To: 'Struts Users Mailing List' > Subject: RE: Problem with html:multibox not clearing > > >

RE: Problem with html:multibox not clearing

2004-03-30 Thread Jim Kennedy
ing List Subject: RE: Problem with html:multibox not clearing Jim, you can try this in your dynavalidatorform declaration: When you invoke an action, Struts will automatically reset your form. So when you hit submit, Struts will invoke form.reset() which will reset all your form properties to

RE: Problem with html:multibox not clearing

2004-03-30 Thread Robert Taylor
4 3:42 PM > To: 'Struts Users Mailing List' > Subject: RE: Problem with html:multibox not clearing > > > That's not what I had in mind. Thanks for the suggestion though. I found a > thread that suggests that you must subclass dynavalidatorform and override > the r

RE: Problem with html:multibox not clearing

2004-03-30 Thread Jim Kennedy
know why it happens, but are there any other suggestions? -Original Message- From: Wiebe de Jong [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 3:31 PM To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: RE: Problem with html:multibox not clearing This is an H

RE: Problem with html:multibox not clearing

2004-03-30 Thread Wiebe de Jong
TED] Sent: Tuesday, March 30, 2004 12:06 PM To: 'Struts Users Mailing List' Subject: Problem with html:multibox not clearing I am using an html:multibox that is pretty much working fine except when I uncheck all choices. I am also using the logic:iterate tag to generate many checkboxes. If

Problem with html:multibox not clearing

2004-03-30 Thread Jim Kennedy
I am using an html:multibox that is pretty much working fine except when I uncheck all choices. I am also using the logic:iterate tag to generate many checkboxes. If I have a single box checked I can't seem to uncheck it if it's the last one. If I have several checked, I can uncheck them one at