In the execute method of my action class I attempt the set the validation of the ActionMapping using the following line of code.
mapping.SetValidate(true);
it cause a null pointer exception to be thrown.
I can get use mapping.getValidation() fine.
Any Ideas.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.