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

Jean ANDRE (JIRA) jira-events at lists.jboss.org
Mon Feb 4 18:34:53 EST 2013


Jean ANDRE created RF-12771:
-------------------------------

             Summary: Rich:tabPanel - Regression ? Behavior has been change on geting 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