I assume it actually outputs it as

<div wicket:id="panel"><!-- com.myco.ThisOrThatPanel -->markup that
comes form ThisOrThatPanel
</div>
?

/Gwyn

On Fri, Apr 4, 2008 at 9:02 AM, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> this has nothing to do with outputting markup ids. it outputs wicket
>  component class name next to a component
>
>  eg
>  <div wicket:id="panel">
>  <!-- com.myco.ThisOrThatPanel -->
>  markup that comes form ThisOrThatPanel
>  </div>
>
>  -igor
>
>
>
>
>  On Fri, Apr 4, 2008 at 12:37 AM, Peter Ertl <[EMAIL PROTECTED]> wrote:
>  > I wouldn't do this (at least by default) as you might forget to call
>  > setOutputMarkupId(true) on some components that interacts with custom
>  > javascript. However your code will still work because _everything_ has an
>  > dom id now. Once you deploy you will realize that you missed something
>  > important.
>  >
>  >  How about MarkupSettings#setOutputAllMarkupIds(boolean) ?
>  >
>  >  Am 03.04.2008 um 23:35 schrieb Igor Vaynberg:
>  >
>  >
>  >
>  >
>  > > fine by me
>  > >
>  > > -igor
>  > >
>  > >
>  > > On Thu, Apr 3, 2008 at 2:31 PM, Martijn Dashorst
>  > > <[EMAIL PROTECTED]> wrote:
>  > >
>  > > > We have this nice feature that puts the markup container's id in
>  > > > comments into the generated markup. This is really handy for debugging
>  > > > purposes. Should we enable this feature by the default during
>  > > > development?
>  > > >
>  > > > Martijn
>  > > >
>  > > > --
>  > > > Buy Wicket in Action: http://manning.com/dashorst
>  > > > Apache Wicket 1.3.2 is released
>  > > > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2
>  > > >
>  > > >
>  > >
>  >
>  >
>

Reply via email to