i dont think this is possible. dont even see a way we could do it. basically you are asking wicket to somehow split the page into a frameset and then pieces of that page into different frames.

this is not how html or wicket work im afraid. a wicket page is more or less equivalent to an html template. you cant split those over teh frameset either, not something http supports.

you will have to create the frameset yourself, and then put a page into each frame.

-Igor


On 2/1/06, Roan O'Sullivan < [EMAIL PROTECTED]> wrote:
Thanks for all the work guys. Really enjoying the framework so far.
 
I would like to define a layout using an abstract WebPage called TemplatePage (using Markup Inheritance as per the wiki and the Templating example in wicket-examples), but implement the template using a frameset. I want the markup normally inserted into the TemplatePage.html template by the <wicket:child /> element to appear inside one of the frames. Is it possible to generate a url (to the extended markup) on the fly and set the src attribute dynamically as described in http://sourceforge.net/mailarchive/forum.php?thread_id=9616752&forum_id=42411 ?
 
This is by no means a deal breaker (I could just make the frameset static and point src to a bookmarkable page), but curious if anyone has any suggestions on how this might be approached.

Reply via email to