Ive started to see this in my logs:

2013-04-03 14:11:31,332 WARN  [http-bio-8080-exec-2]
org.apache.wicket.Component - Markup id set on a component that is usually
not rendered into markup. Markup id: wmcb7, component id: wmc, component
tag: container.
2013-04-03 14:11:35,079 WARN  [http-bio-8080-exec-2]
org.apache.wicket.Component - Markup id set on a component that is usually
not rendered into markup. Markup id: wmcdb, component id: wmc, component
tag: container.
2013-04-03 14:11:50,590 WARN  [http-bio-8080-exec-2]
org.apache.wicket.Component - Markup id set on a component that is usually
not rendered into markup. Markup id: wmcfe, component id: wmc, component
tag: container.
2013-04-03 14:12:01,359 WARN  [http-bio-8080-exec-2]
org.apache.wicket.Component - Markup id set on a component that is usually
not rendered into markup. Markup id: wmc12c, component id: wmc, component
tag: container.


When did this warning get added (Im using Wicket 6.7.0-SNAPSHOT)? It's very
common (at least here) to put repeaters and other groups of components in
to WebMarkupContainers and then update them via Ajax as a single unit.

N

Reply via email to