5 Replies Latest reply on Aug 23, 2007 9:22 AM by dastei

    ModalPanel doesn´t display

    dastei

       

      <rich:modalPanel rendered="#{condition}"
       width="200" height="100"
       showWhenRendered="true">
      ...
      </rich:modalPanel>


      generate following htmlcode
      <div id="j_id23:j_id24" style="display: none;">
      <div class="rich-modalpanel" id="j_id23:j_id24Container" style="position: absolute; display: none; z-index: 100;">
      ...
      <div class="dr-mpnl-panel rich-mpnl_panel" id="j_id23:j_id24CDiv" style="width: 1px; height: 1px; z-index: 2;">
      ...


      with removing the "display: none;" part and editing "width: 1px; height: 1px;" I see the inline window.
      But I would like to display by default this window. I need help.