[richfaces-issues] [JBoss JIRA] Created: (RF-10112) tabPanel: destroy failed on ajax render

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Jan 3 06:50:18 EST 2011


tabPanel: destroy failed on ajax render
---------------------------------------

                 Key: RF-10112
                 URL: https://issues.jboss.org/browse/RF-10112
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-panels-layout-themes
    Affects Versions: 4.0.0.Milestone5
            Reporter: Ilya Shaikovsky
            Assignee: Alex Kolonitsky
            Priority: Critical
             Fix For: 4.0.0.CR1


I'm trying to perform render="chatPanel". and that panel contains tabPanel inside.
If will not be reproducable - consider that I'm adding tabs dynamically using forEach. (not sure if important as all other functionality works just fine.)


tab.js
destroy: function () {
139 var parent = this.getTogglePanel();
140 delete parent.getItems()[this.index]; 

parent is null
http://localhost:8080/richfaces-showcase/javax.faces.resource/tab.js.jsf?ln=org.richfaces
Line 140



-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list