Versions Compared

Key

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

...

In order to keep the code clean, we removed all methods, classes and interfaces which were marked deprecated in Wicket 1.4 already. Before migrating to Wicket 1.5 you should replace all deprecated invocations.

Removed FormComponent.setPersistence()

...

The interface has been removed since IBehavior can do exactly the same. MarkupComponentBorder has been migrated, which means you can add associated markup to the behavior. Markup which will surround the behavior's component.

...