Backport call to super onComponentTag in ExternalLink
------------------------------------------------------
Key: WICKET-623
URL: https://issues.apache.org/jira/browse/WICKET-623
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.2.7
Environment: Bug found in 1.2.6, fixed in trunk by jcompagner in rev
545131
Reporter: Johannes Fahrenkrug
Priority: Minor
ExternalLink.setOutputMarkupId(true) has no effect.
I could track this issue down to super.onComponentTag not being called at the
end of ExternalLink's onComponentTag.
Adding
super.onComponentTag(tag);
to the end of ExternalLink's onComponentTag would call Component's
onComponentTag which in turn would add the markup id.
Johan Compagner fixed this in trunk (rev 545131), but a backport for 1.2.7
would be nice.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.