1. <legend id='lqCXk'><style id='lqCXk'><dir id='lqCXk'><q id='lqCXk'></q></dir></style></legend>

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

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

      表单动作属性struts2中的错误

      时间:2023-10-14
          <bdo id='1Ryt0'></bdo><ul id='1Ryt0'></ul>
            <tbody id='1Ryt0'></tbody>

          <legend id='1Ryt0'><style id='1Ryt0'><dir id='1Ryt0'><q id='1Ryt0'></q></dir></style></legend>
          • <tfoot id='1Ryt0'></tfoot>

            1. <small id='1Ryt0'></small><noframes id='1Ryt0'>

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

                本文介绍了表单动作属性struts2中的错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我的 login.jsp 在 web 文件夹中.

                My login.jsp is in the web folder.

                对此的操作被指定为:

                <package name="admin" extends="struts-default" namespace="/secure">
                
                <action class="actions.LoginAction" name="authenticateUser">
                    <result name="success" type="redirect">index</result>
                    <result name="input">/login.jsp</result>
                    <result name="error">/login.jsp</result>
                </action>
                </package>
                

                login.jsp

                <s:form action="secure/authenticateUser" method="post">
                
                </s:form>
                

                ==========================

                ========================

                在第一次请求时它可以工作.

                At first request it works.

                但是如果 validate() 操作方法返回错误,那么它将创建 url 为:

                but if validate() method of action returns errors then it creates url as:

                secure/secure/authenticateUser"用于表单操作属性.

                "secure/secure/authenticateUser" for the Form action attribute.

                我也尝试了 <s:url> 标签,但仍然有同样的问题,谁能帮助我.或者可以为此提供替代解决方案.

                I also tried <s:url> tag but still same problem can anybody help me. or may provide alternate solution for this.

                推荐答案

                表单标签上的 action 属性可能名称错误.使用

                Your action attribute on the form tag possibly has a wrong name. Use

                <s:form namespace="/secure" action="authenticateUser" method="post"> 
                

                这篇关于表单动作属性struts2中的错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:无法从 JSP 访问在 WEB-INF 下定义的 CSS 文件 下一篇:Struts2 URL 无法访问

                相关文章

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

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

                1. <legend id='UVvvK'><style id='UVvvK'><dir id='UVvvK'><q id='UVvvK'></q></dir></style></legend>

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

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