7 Replies Latest reply on Nov 8, 2007 5:53 AM by lmk

    How to send form on modal panel

    lmk

      helloo,

      I have a form on modal panel, but the bean parmeters are not populated after an ajax request.
      1- the modal panel is into <h:form/> and the main page is into another <h:form>

      2- I send the request via a4j:support..

      <a4j:commandButton value="Modify">
      <a4j:support action="#{queryr.update}" event="onclick" oncomplete="javascript:Richfaces.hideModalPanel('_panel_update');"
      reRender="table,details_update" />
      </a4j:commandButton>
      


      please tell me if I forget anything....?

      regards!