1 Reply Latest reply on Sep 11, 2008 7:29 AM by ilya_shaikovsky

    ModalPanel Controls Facet Problems

    demetrio812

      Hi,
      from when I upgraded the controls facet of my modalPanels doesn't work, it appear the "hand icon" to drag the panel...

      my facet code look like this:

      <f:facet name="controls">
      <h:form>
       <a:commandLink reRender="pgnl" oncomplete="Richfaces.hideModalPanel('mpNewsletter')">
       <h:graphicImage style="vertical-align: middle" url="/layout/immagini/pulsanti/close.png" border="0" />
       <f:setPropertyActionListener value="#{null}" target="#{newsletterHelper.newsletter.email}" />
       </a:commandLink>
      </h:form>
      </f:facet>
      


      Is it a bug or I have to change something?

      Thanks

      Demetrio Filocamo