Some of the examples throw the following exception
org.apache.wicket.devutils.DevelopmentUtilitiesNotEnabledException:
IDebugSettings.developmentUtilitiesEnabled must be enabled to use this
feature
at
org.apache.wicket.devutils.DevelopmentUtilitiesNotEnabledException.check(DevelopmentUtilitiesNotEnabledException.java:47)
at
org.apache.wicket.devutils.DevUtilsPanel.onBeforeRender(DevUtilsPanel.java:44)
at org.apache.wicket.Component.internalBeforeRender(Component.java:1063)
at org.apache.wicket.Component.beforeRender(Component.java:1097)
at
org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1716)
at org.apache.wicket.Component.onBeforeRender(Component.java:3877)
at org.apache.wicket.Component.internalBeforeRender(Component.java:1063)
at org.apache.wicket.Component.beforeRender(Component.java:1097)
...
Juergen