Re: [Wicket-user] Using Frames in Wicket

2006-02-01 Thread Dan Gould
Is there any advice about creating frame-based web-applications in Wicket? I only use Frames in one simple case, but I have a class for the page with the Frameset and classes for the individual paqges in the frameset. It might be nicer to make a Wicket component for the frames, but here's wha

Re: [Wicket-user] Using Frames in Wicket

2006-02-01 Thread Igor Vaynberg
you can do it both ways. just make sure that pages for each frame live in separate pagemaps. that way a lot of activity in one frame will not expire pages in other frames.-Igor On 2/1/06, Frank Silbermann <[EMAIL PROTECTED]> wrote: Is there any advice about creating frame-based web-applications inW

[Wicket-user] Using Frames in Wicket

2006-02-01 Thread Frank Silbermann
Is there any advice about creating frame-based web-applications in Wicket? Does it make sense to have a Wicket Page object whose class name maps to an HTML file that creates a frameset? If so, what would be its relation to the Wicket Page objects each of which maps to a single frame? Or would