[richfaces-issues] [JBoss JIRA] (RF-12771) Rich:tabPanel - Regression ? Behavior has been changed on getting ID via itemChangeListener

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Feb 12 17:24:56 EST 2013


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

Brian Leathem resolved RF-12771.
--------------------------------

    Resolution: Won't Fix


this change was required in order to implement support for tabs created dynamically with the a4j:repeat component.  Your listener code can continue to function as before by using a substring function to parse the clientId for the tab name.
                
> Rich:tabPanel - Regression ? Behavior has been changed on getting ID via itemChangeListener
> -------------------------------------------------------------------------------------------
>
>                 Key: RF-12771
>                 URL: https://issues.jboss.org/browse/RF-12771
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.3.0.Final
>         Environment: Tested on GlassFish - Mojarra 2.1.17 - Indigo on our ITHB (Integration Technologies Bug Hunter)
>            Reporter: Jean ANDRE
>
> In version 4.2.3, under mojarra 2.1.17, we can get the active tab through the listener and the event ItemChangeEvent. This object contains the new and the old tab id without the fully qualified id of the tab, just the id we gave to the tab in our XHTML. ex: TAB_CLIENT-01-1.
> But in version 4.3.0.Final, same JSF implementation, we got a fully qualified ID: ex desktopForm:TAB_CLIENT-01-1.
> That breaks the application because, now, we have to take care about the fully qualified name instead having a simple one. This implementation is less transparent and is not compatible with the previous version.
> Is it a regression ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list