Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

In some cases you do not want the component's html to be wrapped by a div or span. In that case include a {{

...

<span

...

wicket:id="myLabel">

...


}}

{{}}

as usual, but in java call {{setRenderBodyOnly(true) on the component. The span will be omitted from the output.}}

Remove wicket markup from a single page

...