Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: WICKET-5349

...

RadioGroup and RadioChoice use their generic type for the argument of #onSelectionChanged() now.

...

Palette and Wizard use <div>s instead of <table> markup WICKET-5349

Wizard's For these components markup is changed from <table> to nested <div>s. The Wizard's previous "default" CSS styling is no longer supported, Palette offers an optional styling via org.apache.wicket.extensions.markup.html.form.palette.theme.DefaultTheme.

Behavior changes

org.apache.wicket.request.Url#getQueryString WICKET-4664

...