Versions Compared

Key

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

...

#renderPart() is now the main entrance to render a single component - the caller has to make sure that #beforeRender() has been called on it before.

User agent detection

WICKET-6544 removes Wicket's user agent detection, as the API and implementation was not sufficient for modern browsers. Users are encouraged to utilize https://github.com/nielsbasjes/yauaa

Improvements

Casting helper Model#of(IModel<?> model)

...