Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add a note about the missing AbstractLink#isLinkEnabled()

...

Hence "setAfterDisabledLink(String)" and "setBeforeDisabledLink(String)" have been removed from AbstractLink.

"isLinkEnabled()" has been removed as well. Use "isEnabledInHierarchy()" as replacement. 

Button no longer silently ignores exceptions WICKET-5235

...