Programming Tutorials

Comment on Tutorial - ActionErrors and ActionError in Struts By Abinaya



Comment Added by : veera reddy

Comment Added at : 2011-07-15 12:14:57

Comment on Tutorial : ActionErrors and ActionError in Struts By Abinaya
why do't you create ActionErrors object like this
ActionErrors errors=new ActionErrors();?

what is the benefit of creating like this
ActionErrors errors = super.validate(mapping, request); ?


View Tutorial