Re: Struts2 Annotation Based Validation

2007-08-17 Thread David Copeland
and even if the > field is not entered, but is present on the form, it'll be populated > with "" (empty) and not a java null. > > -Joseph > > On 8/16/07, David Copeland <[EMAIL PROTECTED]> wrote: > > Here's my struts.xml > > > > >

Re: Struts2 Annotation Based Validation

2007-08-16 Thread David Copeland
is no real instruction for that, either), so is there some annotation way I have to do that? On 8/15/07, Laurie Harper <[EMAIL PROTECTED]> wrote: > David Copeland wrote: > > I'm a Struts newb and am trying to get up to speed on Struts 2. > > > > The scant docu

Struts2 Annotation Based Validation

2007-08-15 Thread David Copeland
I'm a Struts newb and am trying to get up to speed on Struts 2. The scant documentation is throwing me a bit; I'm trying to do everything annotation-based, and for Validation, it seems to be simply not working at all. Per the docs, I have tagged my action class with @Validator and tagged my setXX