Doh!
Thanks to Alex, Richard, and Yansheng, sometimes another set of eyes looking
at your code really helps catch the stupid mistakes.  I'm sure you can all
relate.
Hopefully I can get it to work when I fix this!

- Keith


-----Original Message-----
From: Alex Shneyderman [mailto:[EMAIL PROTECTED]
Sent: Friday, August 01, 2003 3:16 PM
To: 'Struts Users Mailing List'
Subject: RE: NoSuchMethodException


Just a quick guess your paramaters are probably messed up?
This is what you have in your descriptor
> java.lang.Object,
>                        org.apache.commons.validator.ValidatorAction,
>                        org.apache.commons.validator.Field,
>                        org.apache.struts.action.ActionErrors,
>                        javax.servlet.http.HttpServletRequest,
>                        javax.servlet.ServletContext 
                                       
and this is what you have in your method

> Object bean, ValidatorAction va,
> 
>                                       Field field, ActionErrors
errors,
> HttpServletRequest request)

How do you expect Validator to find the method?
Go home take some rest you will think clearer :-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to