Programming Tutorials

Comment on Tutorial - ActionErrors and ActionError in Struts By Abinaya



Comment Added by : San

Comment Added at : 2011-08-28 23:14:39

Comment on Tutorial : ActionErrors and ActionError in Struts By Abinaya
@veera reddy,
the use of creating actionerrors from super class validate() method has to have some application level validations which will be applied to all of your action forms. Sometimes, we will validate some properties in super classes and some properties in sub class action forms. This is pretty useful in those scenarios.


View Tutorial