Hi, I am running into a issue with struts2 and jsp. Its about adding a button which says edit current location.
The scenario is that when we search a item, we need to enter its code. Then we are going into a jsp page. when we enter the code, its calling the xml file which is like this:
After submitting updates we are going to get the summary page. In that summary page i need to add a button in such a way that if i press that button it should go to the page when we entered the code.
Already some of the buttons are added and one of them is as follows:
<a href="/search-item-update.do">Update Item</a>
I need to add a new button here so that , the button name should be Edit Item and it should go to the page directly without reentering the item code. How to do this ?
Everyone's question is "urgent". We are a community of volunteers answering questions in our spare time. Please ease up. You can use the url tag to create a URL on the fly, then use that URL name in your anchor tag (note that is the Struts anchor tag, not the HTML anchor tag).