Versions Compared

Key

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

...

The type of the parameter passed to AuthenticatedWebApplication#onUnauthorizedPage() has changed from org.apache.wicket.Page to org.apache.wicket.Component because this is an instance of a page that is partially constructed. Only the constructor of org.apache.wicket.Component is fully executed. All super constructors are not executed and the instance is not really a Page.

PropertyColumn#createLabelModel has been renamed to

...

getDataModel WICKET-4802  WICKET-5201

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

...