[richfaces-issues] [JBoss JIRA] Updated: (RF-10961) tabPanel causes NullPointerException if activeItem is not found

Stephan Meisinger (JIRA) jira-events at lists.jboss.org
Mon May 2 08:58:18 EDT 2011


     [ https://issues.jboss.org/browse/RF-10961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Meisinger updated RF-10961:
-----------------------------------

    Fix Version/s:     (was: 4.0.1.Milestone1)


> tabPanel causes NullPointerException if activeItem is not found
> ---------------------------------------------------------------
>
>                 Key: RF-10961
>                 URL: https://issues.jboss.org/browse/RF-10961
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-panels-layout-themes
>    Affects Versions: 4.0.0.Final
>         Environment: RichFaces 4.0.0-Final
> Apache Tomcat 6.0.32
>            Reporter: Stephan Meisinger
>
> <rich:tabPanel activeItem="#{foo.tab}>...</rich:tabPanel>
> class foo { public String getTab(){return null;} }
> causes a NPE in org.richfaces.component.AbstractTabPanel (Line 64). This Bug was introduced with RF-10624. If activeItem is declared in a page, but Id not found getItemByIndex will return null, but return value is not checked.
> If bean return null, String is transformed by apache EL resolver from null to empty string (""). So res is also not null.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list