RE: Resetting checkboxes in a multipage form

2003-04-03 Thread ROMERO NAVARRO Guillermo
Hi, Do you use HTML tags or STRUTS tags for your checkboxes -Message d'origine- De : Nicolas Pottrain [mailto:[EMAIL PROTECTED] Envoyé : jeudi 3 avril 2003 10:45 À : '[EMAIL PROTECTED]' Objet : Resetting checkboxes in a multipage form Hello everybody, I'm trying to implement a

RE: Resetting checkboxes in a multipage form

2003-04-03 Thread Nicolas Pottrain
I use struts tags, does it matter? html:checkbox property=foobar/html:checkbox -Original Message- From: ROMERO NAVARRO Guillermo [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 10:55 AM To: Struts Users Mailing List Subject: RE: Resetting checkboxes in a multipage form Hi, Do

RE: Resetting checkboxes in a multipage form

2003-04-03 Thread ROMERO NAVARRO Guillermo
Users Mailing List' Objet : RE: Resetting checkboxes in a multipage form I use struts tags, does it matter? html:checkbox property=foobar/html:checkbox -Original Message- From: ROMERO NAVARRO Guillermo [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 10:55 AM To: Struts Users

RE: Resetting checkboxes in a multipage form

2003-04-03 Thread Andrew Hill
You will need to put conditional logic in your reset() method so that it only resets checkbox values on the page that is being submitted and leaves checkbox values for other pages well alone. -Original Message- From: Nicolas Pottrain [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 April 2003

Re: Resetting checkboxes in a multipage form

2003-04-03 Thread Gemes Tibor
Nicolas Pottrain írta: Does anybody know an elegant solution to this problem? Carry your input with the help of a hidden field. Tib - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Resetting checkboxes in a multipage form

2003-04-03 Thread Nicolas Pottrain
ok, I will do it like this, thx for the info people -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 10:58 AM To: Struts Users Mailing List Subject: RE: Resetting checkboxes in a multipage form You will need to put conditional logic in your

Re: Resetting checkboxes in a multipage form

2003-04-03 Thread Nicolas De Loof
As you suggest, a solution is to use hidden fields on all pages for boolean (checkboxed) properties from other pages of the wizard-like form. As reset() gets the mapping I would suggest this : - extend ActionMapping to add a new property checkboxes - use this extended ActionMapping for your

RE: Resetting checkboxes in a multipage form

2003-04-03 Thread Heligon Sandra
://www.thomson.net/ Original Message- From: Nicolas Pottrain [mailto:[EMAIL PROTECTED] Sent: 03 April 2003 11:00 To: 'Struts Users Mailing List' Subject: RE: Resetting checkboxes in a multipage form ok, I will do it like this, thx for the info people -Original Message- From: Andrew

Re: Resetting checkboxes in a multipage form

2003-04-03 Thread Gemes Tibor
Heligon Sandra írta: I already posted several messages on this subject but nobody answered. Maybe your problem has nothing to do with struts. Try a javascript forum. Tib - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Resetting checkboxes in a multipage form

2003-04-03 Thread Heligon Sandra
To: Struts Users Mailing List Subject: Re: Resetting checkboxes in a multipage form Heligon Sandra írta: I already posted several messages on this subject but nobody answered. Maybe your problem has nothing to do with struts. Try a javascript forum. Tib

RE: Resetting checkboxes in a multipage form

2003-04-03 Thread Andrew Hill
Mailing List' Subject: RE: Resetting checkboxes in a multipage form it is not that a simple problem of Javascript because the difficulty is to integrate the Javascript with the tags of struts html:button, html:checkbox. I cannot adapt the examples directly that I downloaded. this is why I address

RE: Resetting checkboxes in a multipage form

2003-04-03 Thread Susan Bradeen
its email addresses on a worldwide basis. Please note my new email address: [EMAIL PROTECTED] http://www.thomson.net/ Original Message- From: Gemes Tibor [mailto:[EMAIL PROTECTED] Sent: 03 April 2003 11:34 To: Struts Users Mailing List Subject: Re: Resetting checkboxes