Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.0-beta1
-
None
-
Windows XP, Tomcat
Description
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?