如何在 displaytag 中创建链接?
我想用struts2在显示标签中创建编辑、删除链接。 我怎样才能这样做? 如果有人知道请帮助我......
我正在这样做。
<display:column property="id" title="ID" href="details.jsp" paramId="id" />
但该链接不会转到details.jsp。它不会去任何地方。 可能的原因是什么
I want to create edit , delete link in display tag with struts2. How can i do so ?
If anybody knows please help me ....
i am doing this.
<display:column property="id" title="ID" href="details.jsp" paramId="id" />
but the link is not going to details.jsp .It doesn't go anywhere . what can be the possible reason
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您可以在标签中编写您的内容,如下所示:
You can write your stuff within the tag like this:
它是通过以下代码完成的。
感谢所有的答案
It is done by the following code.
Thanks for all the answers
您可能必须更具体才能获得更好的答案。 问题是理解struts2还是显示标签? 本教程介绍如何在显示标签库中创建链接。
如果 struts 2 是问题所在,那么您可以让您的问题更具体,我们会看看我们能做什么。
You may have to be more specific in order to get better answers. Is the problem understanding struts2 or display tags? This tutorial expains how to create links in display tags library.
If struts 2 is the problem then you could make you question more specific and we'll see what we can do.
您还可以为表创建一个装饰器并让它生成链接。
请参阅其他论坛上的以下示例:
http://sourceforge.net/forum/message.php?msg_id=4119964
You could also create a decorator for the table and have it generate the link.
See example below on some other forum:
http://sourceforge.net/forum/message.php?msg_id=4119964