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?
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?
Maybe the s:url tag and the s:a tag will help?