Re: Dispatch action calling a function multiple times depending on browser

2010-07-17 Thread Rupali Gupta
Hi Abhishek The reason for request going two times to dispatch action in Mozilla may be its Prefetching feature for caching When any article contains the following tag: link rel=next href=2.html While fetching the original article, Mozilla fetches the next article also in its cache, if

Dispatch action calling a function multiple times depending on browser

2010-07-16 Thread abhishek jain
Hi friends, I am getting a weird error: I am using Struts 1.2, tomcat 5.5 , tiles and used myeclipse for development. The dispatch action is calling some of the functions of the action class multiple times, it calls it twice for mozilla and single time in chrome. I know it is weird that a client

Re: Dispatch action calling a function multiple times depending on browser

2010-07-16 Thread Dale Newfield
On 7/16/10 1:06 PM, abhishek jain wrote: The dispatch action is calling some of the functions of the action class multiple times, it calls it twice for mozilla and single time in chrome. One common error that will appear to result in this behavior are images without a specified src, resulting