0 Replies Latest reply on Aug 12, 2009 8:57 AM by alfred.rsa

    ModalPanel issues

      Hi guys

      I have a page that that uses multiple ModalPanels for data entry. I want to use the following MP to display errors when they occur

      <rich:modalPanel id="errorPanel" autosized="true" zindex="2000" showWhenRendered="true" rendered="#{uiControlAction.showErrorModalPanel()}">
       ...
      </rich:modalPanel>
      

      This works fine when no other MP's are displayed, but when I already have one MP on display, the error MP does not want to show. I want it to show on top of all other ModalPanels.
      It does however call the showErrorModalPanel() method in the bean and it returns true.

      BTW the zindex of the other ModalPanel is set to 1000

      Does anyone have any idea what I am doing wrong?

      Regards,
      Alfred