Chris,

Generating static markup files is not really the "Wicket way" of doing
things. Couldn't you just use multiple panels and dynamically add/replace as
needed (see
http://cwiki.apache.org/WICKET/create-dynamic-markup-hierarchies-using-panels.html)?
Or maybe variations will work for you (see
http://cwiki.apache.org/WICKET/multiple-markups-per-page.html)?

If neither of these fits th bill, you could try using a
ReloadingWicketFilter:
http://people.apache.org/~tobrien/wicket/apidocs/org/apache/wicket/protocol/http/ReloadingWicketFilter.html

Cheers,
Jay
On Thu, Feb 28, 2008 at 2:40 PM, Chris Colman <[EMAIL PROTECTED]>
wrote:

> Is there a wicket mode I can configure in which new markup (eg., new
> markup variations) can be picked up at run time without restarting the
> app?
>
> In our app we can create/generate new markup at runtime. We don't want
> to have to force a bounce of the web app for wicket to 'see' this new
> markup.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
============================================
Computer Science: solving today's problems tomorrow.

Reply via email to