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
It is done by the following code.
Thanks for all the answers
You can write your stuff within the tag like this:
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.
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