RE: Re: Wierd Validation

2008-07-31 Thread Gundersen, Richard
536 London Scottish Bank plc 24 Mount Street Manchester M2 3LS -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Wednesday, July 30, 2008 10:18 PM To: user@struts.apache.org Subject: Re: Wierd Validation Gundersen, Richard wrote: > Hi > >

Re: Wierd Validation

2008-07-30 Thread Laurie Harper
Gundersen, Richard wrote: Hi When validation succeeds on my form, I still get returned to the input page. My execute() method does not seem to be getting called even when validation is OK. This is my Action (no @Validation annotation after I read that was deprecated) ===

Wierd Validation

2008-07-30 Thread Gundersen, Richard
Hi When validation succeeds on my form, I still get returned to the input page. My execute() method does not seem to be getting called even when validation is OK. This is my Action (no @Validation annotation after I read that was deprecated)