The Wiki contains this:
Sidenote: To see changes to template files immediatelly, overload the
init() method of the WebApplication class by specifying that you are
in development mode - remember to comment out in production:
// the second parameter is the path to your template files
// prefixed by wicket with the web root directory (e.g. /webapp)
// (Default wicket configuration assumed)
public void init()
{
getSettings().configure("development", "/");
}
But .. this doesn't work in 1.2. The getSettings method is deprecated.
What should I use instead?
S.
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user