RE: On failed validation, trouble with form

2003-06-10 Thread Bailey, Shane C.
Message- From: Kandi Potter [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 10:05 AM To: Struts Users Mailing List Subject: RE: On failed validation, trouble with form I have done something similar but in the case of failed validation I return to the same form for error correction. My drop

RE: On failed validation, trouble with form

2003-06-10 Thread Kandi Potter
each time the form is called during a session. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 8:11 PM To: 'Struts Users Mailing List' Subject: RE: On failed validation, trouble with form The way I solved this problem by

RE: On failed validation, trouble with form

2003-06-09 Thread Bailey, Shane C.
emoveAttribute(Const.ROLE_TYPES); return (mapping.findForward("showConfirm")); } -Original Message- From: Doug Padian [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 7:44 PM To: Struts Users Mailing List Subject: On failed validation, trouble with form

On failed validation, trouble with form

2003-06-09 Thread Doug Padian
I have a Form that maintains a couple collections that are populated by the Action class. If this form fails validation, the struts servlet sends the request back to the input page, but then the collections are empty. In "Struts In Action", page 310, Ted Husted talks about routing the failed re