checkboxs updating ActionForm

2002-05-21 Thread Daniel Haynes
Hi, I have a form displaying checkboxs, the ActionForm contains an arraylist which contains beans with description and status for each checkbox. My problem is that the checkboxs display fine but when submitting the form (with changes), I can only seem to get either the beans with the original

Re: checkboxs updating ActionForm

2002-05-21 Thread Pamela Li
sure ur page show the checkbox value correct. if u have getStatus() method in ur formbean,u can use that to get checkbox value. Struts Users Mailing List struts- [EMAIL PROTECTED] wrote: Hi, I have a form displaying checkboxs, the ActionForm contains an arraylist which contains beans

Re: checkboxs updating ActionForm

2002-05-21 Thread SUPRIYA MISRA
did you reset the checkbox on the actionform? From: Daniel Haynes [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts-User (E-mail) [EMAIL PROTECTED] Subject: checkboxs updating ActionForm Date: Tue, 21 May 2002 09:56:43 +0100 Hi, I have a form displaying

RE: checkboxs updating ActionForm

2002-05-21 Thread Galbreath, Mark
You may wan to check the archive as this subject has been discussed ad nauseum. http://www.mail-archive.com/struts-user%40jakarta.apache.org/ Mark -Original Message- From: Daniel Haynes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 4:57 AM Hi, I have a form displaying

RE: checkboxs updating ActionForm

2002-05-21 Thread Tandon, Pankaj
Javascript may be even more hairy! But an example of js for a single checkbox will save me tons of time. TIA, Pankaj -Original Message- From: Trieu, Danny [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 11:12 AM To: 'Struts Users Mailing List' Subject: RE: checkboxs updating ActionForm

RE: checkboxs updating ActionForm

2002-05-21 Thread Trieu, Danny
: Tandon, Pankaj [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 8:53 AM To: 'Struts Users Mailing List' Subject: RE: checkboxs updating ActionForm Can you *PLEASE* give an example of the Javascript? :) I know this may be asking too much but if you have javascript that does