如何配置其中带有 * 的操作?
<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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论