Hi, With org.apache.wicket.settings.DebugSettings#setOutputMarkupContainerClassName(true) Wicket will add HTML comments around each markup container with associated markup, like Panel. Then you can check it in the browser's view-source.
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Nov 16, 2017 at 9:03 AM, Calin Pavel <[email protected]> wrote: > Hi everybody, > > Can you tell me please if there is any way to determine the FULL markup or > generated HTML for a panel. > I'm interested in the markup of the panel which also includes markups for > ALL it's inclusions / children. > > May be there is a way to enable some logging or putting a breakpoint > somewhere... > > Thank you, > Calin Pavel >
