SanJ.SANJAY wrote:
I have a struts 2 sample application integrated with my struts 1. Everything
is fine but the filter complains that it did not find index() method on the
action. I have only one method execute() in the action class. The
application is very simple one why does it says
java.lang.NoSuchMethodException: com.cec.strutsSample.ActionClass.index()
java.lang.Class.getMethod(Class.java:1605)
org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor.getActionMethod(AnnotationValidationInterceptor.java:75)
org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor.doIntercept(AnnotationValidationInterceptor.java:47)
com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:87)
I think the rest of your post, the part where you included the
configuration and Java code, got truncated.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org