Versions Compared

Key

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

...

No Format
<context-param>
    <param-name>configuration</param-name>
    <param-value>deployment<value>development</param-value>
</context-param>

...

No Format
<context-param>
    <param-name>configuration</param-name>
    <param-value>development<value>deployment</param-value>
</context-param>

...

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

...