Today, I’m learning about the Validation Framework incorporated in Struts.
After setting and running the application using validation, I got a weired NullPointerExceptionn. After surfing the Q&A on the Internet, I got this.
“Wrong package name”
The package for importing the new Action Form should be
org.apache.struts.validator.DynaValidatorForm
not
org.apache.struts.action.DynaValidatorForm
so Take Care!!
Reference:
http://wiki.wsmoak.net/cgi-bin/wiki.pl?Struts/DynaValidatorFormError









No comments
Comments feed for this article
Trackback link
http://blog.planner4u.org/blog/2007/01/30/struts-validation/trackback/