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) ... -- View this message in context: http://www.nabble.com/Struts-2-Sample-application-look-for-index%28%29-method-tp23061024p23061024.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org