On Saturday 03 November 2007 01:27:53 Devin Venable wrote:
> I've been trying to figure out why when I hit my wicket page, it loads
> three times.  I discovered this while debugging...my constructor was
> called three times for my derived WebPage.
>
> I've captured the call stack produced by the three calls.  (See below)
>  In my web browser I'm merely pasting the URL and pressing enter once.
>   It seems I'm getting three HTTP GETs.  Stranger still, this seems to
> be Firefox specific.  IE or WGET only create on GET.  

I've seen similar thing. Most likely that is firefox requesting the page 
several times because you spend some time on breakpoints.

Dima

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

Reply via email to