Re: Advice on Handling From Validation

2008-03-09 Thread Jon Wynacht
on Wynacht [mailto:[EMAIL PROTECTED] Sent: Sat 3/8/2008 7:31 PM To: user@struts.apache.org Subject: Advice on Handling From Validation Hi, I have the following scenario running with an application: 1. A setup action gets called and a form bean gets created, some lists in the form bean are popu

RE: Advice on Handling From Validation

2008-03-08 Thread Peters, John
Why not use JavaScript for preliminary validation of the form? Sounds like your main issue is a user not entering a value in a field. -Original Message- From: Jon Wynacht [mailto:[EMAIL PROTECTED] Sent: Sat 3/8/2008 7:31 PM To: user@struts.apache.org Subject: Advice on Handling From

Advice on Handling From Validation

2008-03-08 Thread Jon Wynacht
Hi, I have the following scenario running with an application: 1. A setup action gets called and a form bean gets created, some lists in the form bean are populated with collections and then the whole mess gets sent to the user. 2. The user fills out the form and clicks save. 3. A save ac