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
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
2 matches
Mail list logo