RE: Problem with html:multibox not clearing

2004-03-31 Thread Murray, Christopher
You have my sympathies Jim! I have been wrestling with this same problem. I am attempting to fix a bug in some code that uses a multibox. I too had a reset method called by struts (1.02). My problem is that I only wanted to call the reset method when I submitted the search initially. There wer

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
y [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 30, 2004 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

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
This is an HTTP problem. If the user clears all the checkboxes, the browser doesn't send anything back to the server. In this case, it seems that all the checkboxes still have their default value. To fix this, I included a hidden checkbox on the form that is always checked. The user can't see or