2 Replies Latest reply on Nov 29, 2010 3:58 AM by ilya_shaikovsky

    rich:modalPanel does not work

    oyesiji77

      Please i have

       

      <rich:modalPanel id="wizard" width="350" height="100">
                   <f:facet name="header">
                       <h:panelGroup>
                           <h:outputText value="Terms of service"></h:outputText>
                            </h:panelGroup>
                   </f:facet>
               </rich:modalPanel>
                 

       

      <rich:modalPanel id="wizard" width="350" height="100">

              <f:facet name="header">

                  <h:panelGroup>

                      <h:outputText value="Terms of service"></h:outputText>

                 </h:panelGroup>

              </f:facet>

               </rich:modalPanel>

                 

      and


           <h:outputLink  id="link" onclick="Richfaces.showModalPanel('wizard',{width:550, top:200});">

              Show Modal Panel

             

         </h:outputLink>

        

       

      and for one reson or the other the modal panel fails to show up, Am i doing something wrong