Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
org.apache.wicket.ajax.markup.html.AjaxLink#onComponentTag : should rather completely remove the href, potentially some css class like `wicket-ajax-link` could be added
if (tagName.equalsIgnoreCase("a") || tagName.equalsIgnoreCase("link") || tagName.equalsIgnoreCase("area")) { // disable any href attr in markup tag.put("href", "javascript:;"); }
Attachments
Issue Links
- is a child of
-
WICKET-6687 Cleanup the code from attribute inline styles and attribute inline scripts
- Resolved