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
When you submit the fieldset through ajax, are you submitting to a different action mapping? If the ajax submit and the full form submit, you could setup a validation for the action mapping that corresponds to the ajax submit. Handling ajax validation is a bit tricky, but somewhere in the wiki, the