Re: SmartURLs and Validation Annotations...

2007-10-08 Thread Eric D Nielsen
On 10/8/07, Ted Husted wrote: >On 10/8/07, Dave Newton <[EMAIL PROTECTED]> wrote: >> Is validation firing at *all*? I had been under the >> impression that classes needed to be annotated with >> the "Validation" annotation. >> >> http://struts.apache.org/2.x/docs/validation-annotation.html > >True.

Re: SmartURLs and Validation Annotations...

2007-10-08 Thread Ted Husted
On 10/8/07, Dave Newton <[EMAIL PROTECTED]> wrote: > Is validation firing at *all*? I had been under the > impression that classes needed to be annotated with > the "Validation" annotation. > > http://struts.apache.org/2.x/docs/validation-annotation.html True. First, @Validations() tags the class

Re: SmartURLs and Validation Annotations...

2007-10-08 Thread Dave Newton
Is validation firing at *all*? I had been under the impression that classes needed to be annotated with the "Validation" annotation. http://struts.apache.org/2.x/docs/validation-annotation.html --- Eric D Nielsen <[EMAIL PROTECTED]> wrote: > I've been trying to figure out how to use Validation >