frankwolfe
Programmer
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.
mapping.SetValidate(true);
it cause a null pointer exception to be thrown.
I can get use mapping.getValidation() fine.
Any Ideas.