Hello,
I am working on
struts 1.2 application and i am using Dispatch Action class. I have defined some methods in the class extending Dispatch Action and i am passing the name of the method in request parameter named type. Actually the problem is in Chrome and IE these methods are going to called once on each request but on Mozilla some methods are called twice on a single request.
I have got stuck as these behavior is browser dependent so one side i think it must not be the
java code issue but what other it may be.
You please guide me what to check for this.
Thank You