[richfaces-issues] [JBoss JIRA] Created: (RF-4067) tabPanel: selectedTab attribute can't accept value from resources file

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


tabPanel: selectedTab attribute can't accept value from resources file
----------------------------------------------------------------------

                 Key: RF-4067
                 URL: https://jira.jboss.org/jira/browse/RF-4067
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: RF-3.2.2.BETA3
facelets
            Reporter: Tatyana Romanovich
            Assignee: Nick Belaevski


1. Create tested application with code:
<rich:tabPanel selectedTab="#{msg.selected}" switchType="client">
			        <rich:tab label="First" >
			            Here is tab #1
			        </rich:tab>
			        <rich:tab label="Second" name="second">
			            Here is tab #2
			        </rich:tab>
			        <rich:tab label="Third" name="third">
			            Here is tab #3
			        </rich:tab>
			    </rich:tabPanel>
resources file:
selected=third
2. Run application on the server, open in any browser and verify selectedTab
FAILURE: it isn't third tab, it's first (default) tab


-- 
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