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 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.