[
https://issues.apache.org/jira/browse/WICKET-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juergen Donnerstag resolved WICKET-2516.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.4.3
Assignee: Juergen Donnerstag
fixed the javadoc in 1.4.
It'll be possible in 1.5 but the source code has not yet been modified.
> 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
> Assignee: Juergen Donnerstag
> Priority: Trivial
> Fix For: 1.4.3
>
>
> 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.