<bdo id='R2AVO'></bdo><ul id='R2AVO'></ul>

    1. <tfoot id='R2AVO'></tfoot>

      <small id='R2AVO'></small><noframes id='R2AVO'>

        <i id='R2AVO'><tr id='R2AVO'><dt id='R2AVO'><q id='R2AVO'><span id='R2AVO'><b id='R2AVO'><form id='R2AVO'><ins id='R2AVO'></ins><ul id='R2AVO'></ul><sub id='R2AVO'></sub></form><legend id='R2AVO'></legend><bdo id='R2AVO'><pre id='R2AVO'><center id='R2AVO'></center></pre></bdo></b><th id='R2AVO'></th></span></q></dt></tr></i><div id='R2AVO'><tfoot id='R2AVO'></tfoot><dl id='R2AVO'><fieldset id='R2AVO'></fieldset></dl></div>
      1. <legend id='R2AVO'><style id='R2AVO'><dir id='R2AVO'><q id='R2AVO'></q></dir></style></legend>
      2. Struts Action 中的多个入口点(迁移 Struts 2.2.3 -> 2.3.1)

        Multiple Entrypoints in Struts Action (Migration Struts 2.2.3 -gt; 2.3.1)(Struts Action 中的多个入口点(迁移 Struts 2.2.3 - 2.3.1))

          <tbody id='Bckob'></tbody>
          • <bdo id='Bckob'></bdo><ul id='Bckob'></ul>
          • <small id='Bckob'></small><noframes id='Bckob'>

              <legend id='Bckob'><style id='Bckob'><dir id='Bckob'><q id='Bckob'></q></dir></style></legend>
              <i id='Bckob'><tr id='Bckob'><dt id='Bckob'><q id='Bckob'><span id='Bckob'><b id='Bckob'><form id='Bckob'><ins id='Bckob'></ins><ul id='Bckob'></ul><sub id='Bckob'></sub></form><legend id='Bckob'></legend><bdo id='Bckob'><pre id='Bckob'><center id='Bckob'></center></pre></bdo></b><th id='Bckob'></th></span></q></dt></tr></i><div id='Bckob'><tfoot id='Bckob'></tfoot><dl id='Bckob'><fieldset id='Bckob'></fieldset></dl></div>

              • <tfoot id='Bckob'></tfoot>
                  本文介绍了Struts Action 中的多个入口点(迁移 Struts 2.2.3 -> 2.3.1)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我在 struts.xml 中有一个动作:

                  I have an action in struts.xml:

                  <action name="reprint" class="reprintAction">
                          <result name="success" type="redirectAction">
                              <param name="actionName">reprint</param>
                              <param name="namespace">/x</param>
                              <param name="errorFlag">${errorFlag}</param>
                              <param name="message">${message}</param>
                          </result>
                          <result name="view">/jsp/reprintOverview.jsp</result>
                  </action>
                  

                  JSP:

                  <s:form action="reprint">
                      <s:select name="selectedPdfPrinter" list="shopPdfPrinterList" listKey="deviceId" listValue="deviceId" theme="simple"/>
                      <s:submit value="Print" theme="simple" method="shopPdfReprint"/>
                  </s:form>
                  

                  有几个表单元素,都绑定到一个动作.每个表单都有一个单独的提交按钮,带有不同的 method(例如 shopPdfReprint").每个 method 都映射到相应类中的方法.

                  with several form elements, all bound to one action. Each form has an individual submit-button with a distinct method (e.g. "shopPdfReprint"). Each method is mapped on to a method in the corresponding class.

                  使用 Struts 2.2.3 一切正常.但是在迁移到 2.3.1 之后,方法映射不起作用.而不是调用相应的方法(例如shopPdfReprint"),只调用类的execute()方法.

                  Everything is working fine with Struts 2.2.3. But after Migration to 2.3.1 the method-mapping is not working. Instead calling the corresponding method (e.g. "shopPdfReprint"), only the execute() method of the class is invoked.

                  我查看了Docs,但不幸的是没有找到任何线索,如何适应2.3.1

                  I've looked at the Docs, but unfortunately found no clue, how to adapt to 2.3.1

                  有人遇到过这个吗?

                  推荐答案

                  出现这种情况是因为你关闭了 DMI.method 属性与之前一样与提交标记一起使用,即使在重新发送安全修复后也是如此.使用常量启用 DMI

                  This happens because you have turned off DMI. The method attribute works with submit tag as before even after resent security fixes. Enable DMI using the constant

                  <constant name="struts.enable.DynamicMethodInvocation" value="true"/> 
                  

                  如果它不起作用,请告诉我.

                  let me know if it didn't work.

                  这篇关于Struts Action 中的多个入口点(迁移 Struts 2.2.3 -> 2.3.1)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Java Bytecode Manipulation Library Suggestions(Java 字节码操作库建议)
                  Java CLI UI-design: frameworks or libraries?(Java CLI UI 设计:框架还是库?)
                  About the use of Beans.xml configuration file in Spring Framework application(关于Spring Framework应用中Beans.xml配置文件的使用)
                  What is the difference between Spring, Struts, Hibernate, JavaServer Faces, Tapestry?(Spring、Struts、Hibernate、JavaServer Faces、Tapestry 有什么区别?)
                  Are there any android application framework like spring?(有没有像spring这样的android应用程序框架?)
                  Java Swing based game framework. Any advice?(基于 Java Swing 的游戏框架.有什么建议吗?)
                1. <legend id='GtkF9'><style id='GtkF9'><dir id='GtkF9'><q id='GtkF9'></q></dir></style></legend>

                  <small id='GtkF9'></small><noframes id='GtkF9'>

                  <tfoot id='GtkF9'></tfoot>

                          <tbody id='GtkF9'></tbody>
                            <bdo id='GtkF9'></bdo><ul id='GtkF9'></ul>

                            <i id='GtkF9'><tr id='GtkF9'><dt id='GtkF9'><q id='GtkF9'><span id='GtkF9'><b id='GtkF9'><form id='GtkF9'><ins id='GtkF9'></ins><ul id='GtkF9'></ul><sub id='GtkF9'></sub></form><legend id='GtkF9'></legend><bdo id='GtkF9'><pre id='GtkF9'><center id='GtkF9'></center></pre></bdo></b><th id='GtkF9'></th></span></q></dt></tr></i><div id='GtkF9'><tfoot id='GtkF9'></tfoot><dl id='GtkF9'><fieldset id='GtkF9'></fieldset></dl></div>