You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Edvard Fonsell (JIRA)" <ji...@apache.org> on 2013/08/23 09:38:51 UTC

[jira] [Updated] (WICKET-5325) ComponentRenderer.renderComponent does not render markup for ListView

     [ https://issues.apache.org/jira/browse/WICKET-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edvard Fonsell updated WICKET-5325:
-----------------------------------

    Attachment: myproject.tar.gz

Quickstart project
                
> ComponentRenderer.renderComponent does not render markup for ListView
> ---------------------------------------------------------------------
>
>                 Key: WICKET-5325
>                 URL: https://issues.apache.org/jira/browse/WICKET-5325
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.10.0
>            Reporter: Edvard Fonsell
>            Priority: Minor
>         Attachments: myproject.tar.gz
>
>
> ComponentRenderer.renderComponent does not return HTML markup for a ListView component, only wicket tags. Attaching a quickstart demonstrating the issue that will print the following output to console:
> ListView markup with wicket tags stripped: null
> Label markup with wicket tags stripped: Example
> ListView markup with wicket tags included: <wicket:container wicket:id="list"></wicket:container><wicket:container wicket:id="list"></wicket:container><wicket:container wicket:id="list"></wicket:container>
> Label markup with wicket tags included: <wicket:container wicket:id="text">Example</wicket:container>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira