On Fri, 8 Feb 2008 15:49:58 +0100
"Maurice Marrink" <[EMAIL PROTECTED]> wrote:

> If I recall correctly we had a similar problem a little while ago.
> As it turned out the page was requested twice but only the first was rendered.
> The reason the page was requested twice was because we had something
> like this on our page <img src />
> For some reason the absence of a valid source tag triggers the browser
> into requesting the page again which it then tries to use as the image
> (which will fail offcourse).
> This behavior is documented somewhere but i forgot where.
> 
> Maybe this is the case with your page as well.

I see.. My case is different though, since I receive (as expected) one request 
per click.. If I click one time and wait for the page to refresh, then click 
again, everything is fine.. I get the exception when I click twice quickly on 
the same page.
Thanks for your time anyway :)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to