如何在 Struts 2 中查找操作的绝对 URL
假设我有两个操作详细信息和编辑,
我需要在与详细信息操作对应的视图中显示指向编辑操作的链接。问题是我需要这个链接是绝对的。如何找到编辑操作的 URL?
Suppose I have two actions details and edit
I need to display in the view that corresponds to details action an link that points to edit action. The problem is that I need this link to be absolute. How can I find the URL of edit action?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许 s:url 标签和 s:a 标签会有帮助?
http://struts.apache.org/2.1.6/docs/url。 html
http://struts.apache.org/2.1.6 /docs/a.html
Maybe the s:url tag and the s:a tag will help?
http://struts.apache.org/2.1.6/docs/url.html
http://struts.apache.org/2.1.6/docs/a.html