RE: ValidatorActionForm vs ValidatorForm

2006-05-25 Thread pantichd
Makes sense. At least reading it here. I'll try it out and see if it still makes sense when I'm doing code. : ) Thanks a lot! -- View this message in context: http://www.nabble.com/ValidatorActionForm+vs+ValidatorForm-t1682623.html#a4564295 Sent from the Struts - User forum at Nabble.com. -

RE: ValidatorActionForm vs ValidatorForm

2006-05-25 Thread Chaudhary, Harsh
Use ValidatorActionForm when you want to key the validation by the Actions i.e. certain fields will be validated if a certain action is called. Suppose you have a big Struts Form which serves as the form for a number of actions e.g. updateClient.do, deleteClient.do, loginClient.do etc. Suppose you