Versions Compared

Key

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

...

The href and disabled attributes are still added/removed by AbstractLink as required. But no further mangling of markup is performed. org.apache.wicket.markup.html.link.DisabledLinkBehavior can be used to restore the pre-Wicket-7.x representation of disabled links with <em><span></span></em> (note that <em> and <span> swap their position though). If the old behavior is need it can be easily re-applied by using org.apache.wicket.markup.html.link.DisabledLinkBehavior.LinkInstantiationListener.

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

Button no longer silently ignores exceptions WICKET-5235

...