Sunday, December 28, 2008

Remove wicket:id attribute

If you want to remove the wicket:id attributes from the generated html source,
you can call the method setRenderBodyOnly(true) on the particular component.

In case you want to remove it from all the pages, then use Settings.setStripWicketTags on the WebApplication.