this warning is because you attach the webmarkupcontainer to a wicket:container tag
this tag is not rendered in deployment mode, so the id you want to output using setOutputMarkupId() wont be there either - thus the warning. -igor On Wed, Apr 3, 2013 at 11:18 AM, Nick Pratt <nbpr...@gmail.com> wrote: > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org