Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: #onSelectionChanged()

...

The property column from wicket-extensions has some methods renamed to better reflect their meaning.

#onSelectionChanged() use generic type as argument

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

Behavior changes

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

...