RE: [S2] : Help with annotated validation

2008-02-13 Thread Dave Newton
ng "input". Dave > From: Zheng, Xiahong > Sent: Wednesday, February 13, 2008 2:55 PM > To: Struts Users Mailing List > Subject: RE: [S2] : Help with annotated validation > > That's indeed what I am missing. Thanks for your prompt help. > > -Origin

RE: [S2] : Help with annotated validation

2008-02-13 Thread Zheng, Xiahong
have to have two actions in this scenario? -Original Message- From: Zheng, Xiahong Sent: Wednesday, February 13, 2008 2:55 PM To: Struts Users Mailing List Subject: RE: [S2] : Help with annotated validation That's indeed what I am missing. Thanks for your prompt help. -Ori

RE: [S2] : Help with annotated validation

2008-02-13 Thread Zheng, Xiahong
That's indeed what I am missing. Thanks for your prompt help. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 2:48 PM To: Struts Users Mailing List Subject: Re: [S2] : Help with annotated validation --- "Zheng, Xiahon

Re: [S2] : Help with annotated validation

2008-02-13 Thread Dave Newton
--- "Zheng, Xiahong" <[EMAIL PROTECTED]> wrote: > My annotated validation doesn't happen. The following are the code > snippets for action class and config files. When I leave the SSN field > blank and hit submit my action's execute method is called hence fails > instead of redisplay of the login p

[S2] : Help with annotated validation

2008-02-13 Thread Zheng, Xiahong
My annotated validation doesn't happen. The following are the code snippets for action class and config files. When I leave the SSN field blank and hit submit my action's execute method is called hence fails instead of redisplay of the login page again with validation error message. What am I missi