Class WicketContainerTagHandler

java.lang.Object
org.apache.wicket.markup.parser.AbstractMarkupFilter
org.apache.wicket.markup.parser.filter.WicketContainerTagHandler
All Implemented Interfaces:
IMarkupFilter

This markup filter warns if a wicket:container tag has an attribute besides wicket:id. This is most likely a programmer mistake because the wicket:container tag won't be available in deployment mode. The filter is only active in development mode and does nothing in deployment mode.
Since:
6.0