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.
