Re: One Page Load Producing Three GETs

2007-11-03 Thread Dmitry Kandalov
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

One Page Load Producing Three GETs

2007-11-02 Thread Devin Venable
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

Re: One Page Load Producing Three GETs

2007-11-02 Thread Martijn Dashorst
empty src attributes in img tags seem to cause this kind of problems. Not sure if that is your case though. Martijn On 11/2/07, Devin Venable [EMAIL PROTECTED] 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