[richfaces-issues] [JBoss JIRA] Created: (RF-9555) tabPanel: reRender failed. js error related to destroy thrown

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Oct 26 10:51:55 EDT 2010


tabPanel: reRender failed. js error related to destroy thrown
-------------------------------------------------------------

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


	<h:form>
		<h:selectOneRadio id="position">
			<f:selectItem itemLabel="Top" itemValue="top"/>
			<f:selectItem itemLabel="Bottom" itemValue="bottom"/>
			<a4j:ajax event="change" render="tp"/>
		</h:selectOneRadio>
		<rich:tabPanel switchType="ajax" id="tp" headerPosition="#{rich:findComponent('position')}.value">
			<rich:tab header="First">
            Here is tab #1
        </rich:tab>
			<rich:tab header="Second">
            Here is tab #2
        </rich:tab>
			<rich:tab header="Third">
            Here is tab #3
        </rich:tab>
		</rich:tabPanel>
	</h:form>

on ajax rendering:

rf.ui.TogglePanel.destroy is undefined
[Break on this error] rf.ui.TogglePanel.destroy.call(this); 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list