RE: Checkbox in a multiple-page form.

2003-01-07 Thread ROSSEL Olivier
> Hi, > > Actually you would have the same problem on pages 2, 3, etc. > if there were > any checkboxes. > > we had the same problem and solved it by writing separate > reset functions > for each page. > > In the general action forms reset method an additional property (e.g. > pageId) of the a

RE: Checkbox in a multiple-page form.

2003-01-07 Thread ROSSEL Olivier
> Same problem here as well. But in my case the checkbox values > are coming > from the database. So I can't set all checkbox properties to > false in the > reset() method. > > Any solution in mind? It is quite tricky. In the reset, you must check what's the page where you clicked the submit bu

RE: Checkbox in a multiple-page form.

2003-01-07 Thread Weis, Michael
ng, request); if (this.pageId.equals("page2")) reset2(mapping, request); } -----Original Message- From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 11:46 AM To: '[EMAIL PROTECTED]' Subject: Checkbox in a multiple-page form.

Re: Checkbox in a multiple-page form.

2003-01-07 Thread Affan Qureshi
;[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 3:45 PM Subject: Checkbox in a multiple-page form. > I have a form on 3 pages. > So my form bean is in session scope. > > The JSP are as follows: > > Page1: > some text inputs+some checkboxes. > Next>> >

Checkbox in a multiple-page form.

2003-01-07 Thread ROSSEL Olivier
I have a form on 3 pages. So my form bean is in session scope. The JSP are as follows: Page1: some text inputs+some checkboxes. Next>> Page2: more advanced stuff <> Page3: even more advanced stuff For additional commands, e-mail: