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: communication between frames and customizing LinkTree

2007-11-01 Thread Devin Venable
is the only way, but I don't see what's the point of using frames when you have framework capable of Ajax partial page updates. -Matej On 11/1/07, Devin Venable [EMAIL PROTECTED] wrote: I posted a question a few days ago on how to best deal with frames, in particular how to pass arguments