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

Tatyana Romanovich closed RF-4067.
----------------------------------

    Resolution: Rejected
      Assignee: Tatyana Romanovich  (was: Nick Belaevski)


There are errors in my page. <f:loadBundle basename="resources" var="msg" /> 
string should be between <ui:composition></ui:composition>. In the my example 
it was beyond the bounds of ui:composition and messages were inaccessible.

> 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: Tatyana Romanovich
>
> 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

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

Reply via email to