You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2007/06/17 10:18:26 UTC

[jira] Resolved: (WICKET-570) MarkupCache does not load markup if it did not exist before

     [ https://issues.apache.org/jira/browse/WICKET-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-570.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-rc1
         Assignee: Juergen Donnerstag  (was: Juergen Donnerstag)

MarkupCache is much more flexible now. Besides that you may now implement your own based on IMarkupCache, the default implementation provides much better means to extend/modify it behavir via subclassing. 


> MarkupCache does not load markup if it did not exist before
> -----------------------------------------------------------
>
>                 Key: WICKET-570
>                 URL: https://issues.apache.org/jira/browse/WICKET-570
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.6
>         Environment: Windows XP, Tomcat
>            Reporter: Chris Colman
>            Assignee: Juergen Donnerstag
>             Fix For: 1.3.0-rc1
>
>
> I've got lots of different variant markups and I wish to create new ones at various times. Wicket determines which one to use via the overridden getVariation() method that I provide in my page class.
> I'd like to be able to add new variant markups on the fly at run time but I currently have a problem: any new markups that I add are ignored until I reload/restart the web application. Is there anyway to get wicket to pick up new markup variants without restarting the web application?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.