3 Replies Latest reply on Oct 15, 2010 5:30 AM by ilya_shaikovsky

    rerendering master page from modalpanel

    gokceng

      I have 2 xhtml files: one for modalpanel and another is the master page.

       

      Displaying the modal panel is working and in modal panel I've a4j:commandButton for modifying a backing bean. Story is; I'm adding a node to a tree. I'm taking name of new node on modal panel and tree is in the master page. I'm using ui:include for including modalpanel in master.

      The problem is node is added to tree but tree doesn't refresh. How can i rerender tree component?