Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How to remove wicket markup from output

All relevant Wicket tags and attributes must be in the wicket namespace, wicket:id="myLabel" or <wicket:panel>. Most browsers simply ignore HTML tags and attributes they don't know, which is why it doesn't harm that Wicket by default copies information into the HTML output generated. And it comes handy while tracing bugs.

...