Anjib, It depends on how you configure your struts action. If you have validate="true" on, then no -- failed validation will never make it to your action. If you want to call validate() yourself in execute() and perform additional validation, go for it.
Paul On Tue, Dec 28, 2010 at 12:20 PM, Anjib Mulepati <anji...@hotmail.com>wrote: > Struts 1.3.8 > > Can I use validate.xml and validate() method at same time > > a) for same field in both place and > b) different disjunctive fields. > > Anjib > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >