1 Reply Latest reply on Jul 23, 2008 1:12 AM by admin.admin.email.tld

    ModalPanel disappear

    ericji

      There is commandButton in modalPanel, click this button will search data from db, then display them in datatable in modaPanel.


      I got an issue, when click on the button, the modalPanel will disappear, what's the problem?


      some code likes below:


      <rich:modalPanel id="selUniUserPanel" width="750" height="400">



      ...


      <a4j:commandButton action="#{UserLookupBean.queryUsers}" reRender="userSearchResult" limitToList="true" value="Search" styleClass="searchBtn" id="searchbtn">



      ...