RE: RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form

2006-11-17 Thread Lance Semmens
the relevant parts of struts-config.xml, your action and your form. -Original Message- From: Garner Shawn [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 17:36 To: user@struts.apache.org Subject: RE: RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form I am not explicitly

RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form

2006-11-14 Thread Lance Semmens
:[EMAIL PROTECTED] Sent: 13 November 2006 20:19 To: user@struts.apache.org Subject: RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form 1. Yes 2. Yes 3 In ActionForm.reset If I comment out my reset method then it populates the checkboxes based on the form values like I want

RE: RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form

2006-11-14 Thread Garner Shawn
-- From: Lance Semmens [EMAIL PROTECTED] To: 'Struts Users Mailing List' user@struts.apache.org Date: Tue, 14 Nov 2006 09:51:00 + Subject: RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form The only

RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form

2006-11-13 Thread Lance Semmens
A couple of things to check 1. Is your get action using the same form as your post action? 2. Do the names of the checkboxes in the html match your form? 3. Where are you resetting the checkboxes? I'm hoping you're doing it by overriding ActionForm.reset(). -Original Message- From:

RE: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form

2006-11-13 Thread Garner Shawn
. From: Lance Semmens [EMAIL PROTECTED] To: 'Struts Users Mailing List' user@struts.apache.org Date: Mon, 13 Nov 2006 17:08:00 + Subject: RE: [HELP] struts 1.2.9 multibox/checkbox in session scoped form A couple of things to check 1. Is your