0 Replies Latest reply on Jun 13, 2008 1:41 PM by rajk.2012

    ModalPanel in another ModalPanel

    rajk.2012

      I have a modalPanel in which I have a rich:scrollableDataTable.

      From this modalPanel I am opening another modalPanel.

      From this second modalPanel I am trying to reRender the rich:scrollableDataTable of the first modalPanel.

      But when I do so I am getting a Javascript error as :- "'tagName' is null or not an object" and also my rich:scrollableDataTable is getting distorted.

      I am using RichFaces 3.1.0 & JSF 1.1.

      Any solution for this error ...