in the action-mapping, I defined a "USEREVENT" parameter for an action mapping. This parameter is passed through the URL to a DeleteAction class in when a user hit a "Delete" button on my jsp page. Hence, the URL is like this:
The weird thing is, if a user hits the refresh button on the browser AND this refreshes the page, that "USEREVENT" parameter with value "Delete" is being sent again! I don't want this to happen.
Qs:
1. Is there a way to initialize the parameter value to null after the "Delete" button is clicked so when a user hits the
refresh button, the "USEREVENT" parameter is not sent?
thanks
~za~
You can't bring back a dead thread!
The weird thing is, if a user hits the refresh button on the browser AND this refreshes the page, that "USEREVENT" parameter with value "Delete" is being sent again! I don't want this to happen.
Qs:
1. Is there a way to initialize the parameter value to null after the "Delete" button is clicked so when a user hits the
refresh button, the "USEREVENT" parameter is not sent?
thanks
~za~
You can't bring back a dead thread!