Programming Tutorials

Comment on Tutorial - ActionErrors and ActionError in Struts By Abinaya



Comment Added by : Jerry

Comment Added at : 2009-02-01 11:12:06

Comment on Tutorial : ActionErrors and ActionError in Struts By Abinaya
the default implementation of validate returns null so

adding to errors after a call to super.validate(mapping, request);

causes a NullPointerException


View Tutorial