Re: exception thrown while trying to validate user input

2004-12-18 Thread João Vieira da Luz
What version of struts are you using! I think that the version you are using might be de reason for this problem. ActionErrors has been deprecated in favor of ActionMessages as far as I know in recent struts versions. On the other hand, "struts in action" covers afaik version 1.1. Hope this help

exception thrown while trying to validate user input

2004-12-18 Thread Klimenko, Mariya
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