Re: Custom rule NullPointer errors

2004-12-30 Thread Tim Bailen
wellsfargo.com> writes: > > With the new version of Struts, we are getting a NullPointerException whenever custom rules are being run > because they are expecting a parameter list of: > > Object Bean, > ValidatorAction va, > Field field, > ActionErrors errors, > org.apache.commons.validator.V

Re: Custom rule NullPointer errors

2004-12-09 Thread Laconia Data Systems
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 9:15 PM Subject: Custom rule NullPointer errors With the new version of Struts, we are getting a NullPointerException whenever custom rules are being run because they are expecting a parameter list of: Object Bean, Val

Custom rule NullPointer errors

2004-12-09 Thread Mick.Knutson
With the new version of Struts, we are getting a NullPointerException whenever custom rules are being run because they are expecting a parameter list of: Object Bean, ValidatorAction va, Field field, ActionErrors errors, org.apache.commons.validator.Validator validator, HttpServletRequest request