如何配置其中带有 * 的操作?

发布于 2024-09-28 14:32:36 字数 655 浏览 1 评论 0原文

<action path="/edit*" type="org.apache.struts.weapp.example.Edit{1}Action" name="{1}Form" scope="request">
       <forward name="failure" path="/mainmenu.jsp"/>
       <forward name="success" path="/{1}.jsp"/>
</action>

参考上面的内容,开发者如何更改以下示例以接受格式为:/edit*Customer?id=125 的请求?

•The developer changes validate="false" to validate="edit".
•The developer changes path="/edit*" to actionPath="/edit*".
•The developer changes path="/edit*" to path="/edit\**".
•The developer changes path="/edit*" to path="/(edit)\***".
•The developer changes validate="false" to validate="wildcard
<action path="/edit*" type="org.apache.struts.weapp.example.Edit{1}Action" name="{1}Form" scope="request">
       <forward name="failure" path="/mainmenu.jsp"/>
       <forward name="success" path="/{1}.jsp"/>
</action>

Referring to the above how does the developer change the following sample to accept the request of format: /edit*Customer?id=125?

•The developer changes validate="false" to validate="edit".
•The developer changes path="/edit*" to actionPath="/edit*".
•The developer changes path="/edit*" to path="/edit\**".
•The developer changes path="/edit*" to path="/(edit)\***".
•The developer changes validate="false" to validate="wildcard

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文