1 Reply Latest reply on May 26, 2009 8:55 AM by ilya_shaikovsky

    ui:include and modalpanel

    ajanz

      i got some modalpanels with dynamic content. i want to separate each modalpanel in one xhtml file and use ui:include to include it on my page.

      i use the following menuitem

      <rich:menuItem action="#{Page.indexedit}" oncomplete="Richfaces.showModalPanel('indexdlg')" value="Index" reRender="indexdata" submitMode="ajax">


      where indexdata is a panelgrid on the modalpanel.

      but it doesn't rerender.

      why?