Re: Partial Validation

2010-04-28 Thread Wes Wannemacher
idation.GroupValidatorManager" > /> > > - GroupValidatorManager overrides the getValidator to return only the > applicable validators for the current method by processing the > annotations. > > I can share this code if anyone is interested. > > - Rahul > > >

Re: Partial Validation

2010-04-27 Thread Rahul Mohan
the getValidator to return only the applicable validators for the current method by processing the annotations. I can share this code if anyone is interested. - Rahul From: Wes Wannemacher To: Struts Users Mailing List Date: 27-04-2010 21:12 Subject: Re: Partial Validation When you submit

Re: Partial Validation

2010-04-27 Thread Wes Wannemacher
, there is a document that describes it. -Wes On Wed, Apr 21, 2010 at 3:35 AM, Rahul Mohan wrote: > Hi, > > Is there any way I can do a partial validation in Struts 2? I have a page > with two fieldsets, where I can either submit the entire page or submit > only the fieldset (throug

Partial Validation

2010-04-21 Thread Rahul Mohan
Hi, Is there any way I can do a partial validation in Struts 2? I have a page with two fieldsets, where I can either submit the entire page or submit only the fieldset (through Ajax). In the latter case, I wish to validate only the fieldset's properties, but in the former case I wan