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

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

Reply via email to