Check the markup in onBeforeRender

2011-06-24 Thread Adriano dos Santos Fernandes
Hi! I want to add some components to the hierarchy dynamically based on the wicket:id presents in the HTML. Basically, I want to check if an used wicket:id was not explicitly added (with add method) by the user and then (in some cases) add it. But I'm having trouble to do that. I tried

Re: Check the markup in onBeforeRender

2011-06-24 Thread Igor Vaynberg
in 1.5 you can use getMarkup() and you can move your code to onMarkupAttached() -igor On Fri, Jun 24, 2011 at 12:39 PM, Adriano dos Santos Fernandes adrian...@gmail.com wrote: Hi! I want to add some components to the hierarchy dynamically based on the wicket:id presents in the HTML.