Please post questions about using Struts to the Struts Users list only.
The Struts Dev list is for discussing the development and enhancement of
Struts itself.
http://struts.apache.org/mail.html
Indresh Chadha wrote:
Hi,
I need to stop:
1. multiple post to an action
2. refresh of a page
usin
Hi,
I need to stop:
1. multiple post to an action
2. refresh of a page
using Struts.
What i tried was using the Struts Token.
I have a common BaseAction class that extends Action class. All the other
action classes extend the BaseAction class.
In my BaseAction class I did the following:
1. publ