RE: Use of Struts Validation outside struts framework

2007-08-13 Thread Prashant Baviskar
ehalf Of Paul Benedict Sent: Monday, August 13, 2007 1:08 PM To: Struts Users Mailing List Subject: Re: Use of Struts Validation outside struts framework You will have to populate an ActionForm object, for the Validator requires that. On 8/13/07, Prashant Baviskar <[EMAIL PROTECTED]> wrote:

Re: Use of Struts Validation outside struts framework

2007-08-13 Thread Jasper Floor
> On 8/13/07, Prashant Baviskar <[EMAIL PROTECTED]> wrote: > > > > struts application. > > > > I want to make use of above files (validation.xml, validator-rules.xml, > > other validation files) > > > > for validating same fields using Struts Validation framework > > > > How can I use these files f

Re: Use of Struts Validation outside struts framework

2007-08-13 Thread Paul Benedict
You will have to populate an ActionForm object, for the Validator requires that. On 8/13/07, Prashant Baviskar <[EMAIL PROTECTED]> wrote: > > Hi, > > I have validation.xml & validator-rules.xml & many other validation rules > files in my existing struts application. > > I have other desktop applic

Use of Struts Validation outside struts framework

2007-08-13 Thread Prashant Baviskar
Hi, I have validation.xml & validator-rules.xml & many other validation rules files in my existing struts application. I have other desktop application which has same fields like forms in the struts application. I want to make use of above files (validation.xml, validator-rules.xml, other valida