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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to