I am struck in problem....I have link in an anchor tag which is mapped to an action and when I click on that on that link it will display all the rows of the one of the table's data from database...and in my jsp I am using s2 Iterator tag to display contents.So when I refresh that page again that action is executing which results in repeated data is getting displayed in jsp page....I came to know that in forms we can use token tag to do this... but I want it using anchor tag please help me.
struts.xml code:
<action name="displayMails" class="com.money.action.DisplayMailAction">
<result name="SUCCESS" type="redirect"> </result>
</action>