java.lang.NoSuchMethodException:
mypackage.myclass.validateTotalFunds(java.lang.Object,
org.apache.commons.validator.ValidatorAction, 
org.apache.commons.validator.Field,
org.apache.struts.action.ActionMessages, javax.servlet.http.HttpServletRequest)

As you can see here it is looking for a method that accepts ActionMessages as 
one
of parameters,
but "Struts In Action" book and web examples show that ActionErrors should be
passed instead and that
is what I coded.
Any help would be appreciated.
Thanks in advance.
Mariya.


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

Reply via email to