Versions Compared

Key

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

...

If you want to use wicket's Ajax implementation with Opera Browser you have to do

Code Block
Application.getApplicationSettingsgetMarkupSettings().setStripWicketTags(true);

...