You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/03/11 04:04:09 UTC

[jira] Updated: (WICKET-268) NPE in ListView.renderItem(ListItem)

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

Eelco Hillenius updated WICKET-268:
-----------------------------------

    Fix Version/s: 2.0
                   1.3
                   1.2.6

Check whether this is the case for other versions as well

> NPE in ListView.renderItem(ListItem)
> ------------------------------------
>
>                 Key: WICKET-268
>                 URL: https://issues.apache.org/jira/browse/WICKET-268
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.5
>         Environment: jdk1.6.0, jetty-5.1.4, Windows XP Prof SP2
>            Reporter: Andreas Grothe
>             Fix For: 1.2.6, 1.3, 2.0
>
>
> In ListView.onRender(MarkupStream) 
> 'ListItem item = (ListItem)get(Integer.toString(index));' returns null. 
> Occurs if all items in ListView's list are set to setVisible(false) (works otherwise).
> This did not happen in pior versions (1.2.2 to 1.2.4).

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