Re: Support for submitting unchecked checkboxes

2001-02-22 Thread Johan Compagner
Moore" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 11:55 AM Subject: RE: Support for submitting unchecked checkboxes > You don't change the hidden field at all. For example, given the following > html; > > > > > If the checkb

RE: Support for submitting unchecked checkboxes

2001-02-22 Thread Howard Moore
ore" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 22, 2001 11:04 AM > Subject: RE: Support for submitting unchecked checkboxes > > > > One problem with this is that it fails if javascript is > disabled on the > > client. &g

Re: Support for submitting unchecked checkboxes

2001-02-22 Thread Johan Compagner
case when > populating the ActionForm. > > > -Original Message- > > From: Johan Compagner [mailto:[EMAIL PROTECTED]] > > Sent: 22 February 2001 09:03 > > To: [EMAIL PROTECTED] > > Subject: Re: Support for submitting unchecked checkboxes > > > >

RE: Support for submitting unchecked checkboxes

2001-02-22 Thread Howard Moore
Johan Compagner [mailto:[EMAIL PROTECTED]] > Sent: 22 February 2001 09:03 > To: [EMAIL PROTECTED] > Subject: Re: Support for submitting unchecked checkboxes > > > +1 > > Please insert this (or something like this) in the 1.0 code > base, because > checkb

Re: Support for submitting unchecked checkboxes

2001-02-22 Thread Johan Compagner
ebruary 20, 2001 2:19 PM Subject: Support for submitting unchecked checkboxes In order to capture the act of a user unchecking checkboxes and to initialize the checkbox as checked/unchecked with non boolean values I made a couple of changes to the org.apache.struts.taglib.html.CheckboxTag. Basica

Support for submitting unchecked checkboxes

2001-02-20 Thread Laine Donlan
In order to capture the act of a user unchecking checkboxes and to initialize the checkbox as checked/unchecked with non boolean values I made a couple of changes to the org.apache.struts.taglib.html.CheckboxTag. Basically the changes consisted of: 1) Using the supplied value attribute to matc