Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/319.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 如何在struts中停止从第二次启动的验证方法_Java - Fatal编程技术网

Java 如何在struts中停止从第二次启动的验证方法

Java 如何在struts中停止从第二次启动的验证方法,java,Java,在执行这些操作时,我遇到了很多问题。第一次验证执行得很好。现在,第二次我需要调用作为action类的类的特定函数,但第二次它再次调用validate方法并抛出此操作: com.LogingEx.validate(LogingEx.java:99) com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:200) com.op

在执行这些操作时,我遇到了很多问题。第一次验证执行得很好。现在,第二次我需要调用作为action类的类的特定函数,但第二次它再次调用validate方法并抛出此操作:

com.LogingEx.validate(LogingEx.java:99)
    com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:200)
    com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
    com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224)