Re: Validation without using a DynaValidatorForm

2005-11-16 Thread Jesus Salvo Jr.
On Thursday 17 November 2005 13:24, Wendy Smoak wrote: > On 11/16/05, Jesus Salvo Jr. <[EMAIL PROTECTED]> wrote: > > Struts 1.2.7 > > > > What I am confused about is that validation via the validation.xml seems > > only to work ( or so I believe after reading various documentations and > > samples

Re: Validation without using a DynaValidatorForm

2005-11-16 Thread Wendy Smoak
On 11/16/05, Jesus Salvo Jr. <[EMAIL PROTECTED]> wrote: > Struts 1.2.7 > > What I am confused about is that validation via the validation.xml seems only > to work ( or so I believe after reading various documentations and samples ) > if one uses DynaValidatorForm instead of an ActionForm. I haven

Validation without using a DynaValidatorForm

2005-11-16 Thread Jesus Salvo Jr.
Hi, Struts 1.2.7 I have existing ActionForm and Action classes, whereby validation is done via the validate() method in the ActionForm bean. These are just basic validations. What I want to do is get rid of the validate() method and make use of the validation framework ( e.g. validation.xml )