Re: Validate method call validator

2011-03-14 Thread Dave Newton
On Mon, Mar 14, 2011 at 10:21 AM, Mohamed SIDI wrote: > I wd like to know if in my validate method, I can call et validator rule in > my ActionName-validation.xml. > > Some things like : > . > validate (){ > . > if(condition) >  call a validator rule in ActionName-validation.xml > } Not reall

Validate method call validator

2011-03-14 Thread Mohamed SIDI
Hi all, I wd like to know if in my validate method, I can call et validator rule in my ActionName-validation.xml. Some things like : . . . validate (){ . if(condition) call a validator rule in ActionName-validation.xml } Best wishes --