Hi,

You can use a Behavior#beforeRender() for that.

See how org.apache.wicket.devutils.inspector.RenderPerformanceListener works.

On Mon, Oct 22, 2012 at 4:04 PM, Decebal Suiu <decebal.s...@asf.ro> wrote:
> Hi
>
> I want to implement something like setOutputMarkupContainerClassName but
> more dynamic (not a simple flag in IDebugSettings and not a hard-coded html
> comment).
>
> My situation is that I want to offer an application as a service. In my
> application, in design mode (an url parameter in request), I want to display
> the information about the markup container that rendered that html fragment
> as a comment (for example if com.acme.web.BasePage rendered that html
> fragment I want something like <!-- BasePage Begin>).
>
>
> Is it possible?
>
> Best regards,
> Decebal
>
>
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/something-similar-with-setOutputMarkupContainerClassName-tp4653202.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to