You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Erik van Oosten (JIRA)" <ji...@apache.org> on 2009/11/18 15:30:39 UTC

[jira] Created: (WICKET-2580) Javadoc of Component#setOutputMarkupPlaceholderTag is wrong

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: &lt;componenttag style="display:none;" id="componentid"/&gt;.

to

  The tag is of form: &lt;componenttag style="display:none;" id="markupid"/&gt;.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-2580) Javadoc of Component#setOutputMarkupPlaceholderTag is wrong

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-2580.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
                   1.4.4
         Assignee: Juergen Donnerstag

thanks

> 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.3.7, 1.4.3
>            Reporter: Erik van Oosten
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4.4, 1.5-M1
>
>
> The javadoc of Component#setOutputMarkupPlaceholderTag uses the term "componentid" where it should use "markupid".
> Please update the javadoc from:
>   The tag is of form: &lt;componenttag style="display:none;" id="componentid"/&gt;.
> to
>   The tag is of form: &lt;componenttag style="display:none;" id="markupid"/&gt;.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.