Javadoc of Component#setOutputMarkupPlaceholderTag is wrong
-----------------------------------------------------------
Key: WICKET-2580
URL: https://issues.apache.org/jira/browse/WICKET-2580
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4.3, 1.3.7
Reporter: Erik van Oosten
The javadoc of Component#setOutputMarkupPlaceholderTag uses the term
"componentid" where it should use "markupid".
Please update the javadoc from:
The tag is of form: <componenttag style="display:none;"
id="componentid"/>.
to
The tag is of form: <componenttag style="display:none;" id="markupid"/>.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.