4 Replies Latest reply on Jun 5, 2007 12:45 PM by vh

    how come the reRender doesn't work for this case?

    vh

      reRender works greate in most of my cases, but not in this one.
      I have a <rich:tree id="myTree"> inside my template file, I have another allDesktop.xhtml that defines the "body" part in the template

      in allDesktop.xhtml, I have a <rich:table id="myTable"> and a <a4j:commandButton .. reRender="myTable,myTree">

      What I see is that "myTable" is reRendered correctly, but not "myTree".




      template.xhtml:






      <h:form id="treeForm">
      <rich:panel bodyClass="inpanelBody" id="myTree">
      <rich:tree ....>
      <rich:treeNode type="node">
      <h:outputText value="#{item.name}" />
      </rich:treeNode>
      </rich:tree>
      </rich:panel>
      </h:form>



      <ui:insert name="body">Body</ui:insert>