[richfaces-issues] [JBoss JIRA] Updated: (RF-4066) tab: name attribute can't accept value from resources.properties

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Thu Jul 31 08:21:26 EDT 2008


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

Tatyana Romanovich updated RF-4066:
-----------------------------------

    Attachment: StackTrace.txt


> tab: name attribute can't accept value from resources.properties
> ----------------------------------------------------------------
>
>                 Key: RF-4066
>                 URL: https://jira.jboss.org/jira/browse/RF-4066
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: RF-3.2.2.BETA3
> facelets
>            Reporter: Tatyana Romanovich
>            Assignee: Nick Belaevski
>         Attachments: StackTrace.txt
>
>
> 1. Create tested application with code:
> <rich:tabPanel switchType="client">
> 			        <rich:tab label="First" >
> 			            Here is tab #1
> 			        </rich:tab>
> 			        <rich:tab label="Second" name="#{msg.tab2}">
> 			            Here is tab #2
> 			        </rich:tab>
> 			        <rich:tab label="Third" name="#{msg.tab3}">
> 			            Here is tab #3
> 			        </rich:tab>
> 			    </rich:tabPanel>
> resources file:
> tab2=second
> tab3=third
> 2. Run application and try to open page in the any browser:
> FAILURE: An Error Occurred:java.lang.NullPointerException: (see attached file)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list