Javadoc for Component.getMarkupId is incorrect
----------------------------------------------
Key: WICKET-2516
URL: https://issues.apache.org/jira/browse/WICKET-2516
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4.2
Reporter: Ryan Dearing
Priority: Trivial
The javadoc for Component.getMarkupId states:
"Retrieves id by which this component is represented within the markup. This is
either the id attribute set explicitly via a call to setMarkupId(String), id
attribute defined in the markup, or an automatically generated id - in that
order. "
However, a colleague has pointed out that retrieving the markup id from the
html markup is not working. The below post confirms that it is not possible to
retrieve the markup id from the markup:
http://www.nabble.com/Re%3A-id-attribute-of-Component-Tag-in-renderHead--p22953222.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.