Currently Wicket transforms <a> tag to <span><em> when a link is disabled.
Recently Wicket-Bootstrap user filed issue https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/79 that this breaks the UI because Twitter Bootstrap needs just 'disabled="disabled"' attribute in <a>.
With the new strategy it will be possible to set global strategy and override it per link.
- is related to
-
WICKET-5271 Wicket Tree rendering broken in 7.x
-
- Resolved
-
-
WICKET-6521 setEnable(false) on anchor should add disabled="disabled" in HTML
-
- Closed
-
- relates to
-
WICKET-5640 Reduce the mangling of HTML markup in the Java code as much as possible
-
- Resolved
-