1 Reply Latest reply on May 19, 2008 5:01 AM by lmk

    Modal Panel rerender question

    mbfrench

      Hi,

      Is it possible to to have use a4j command button to close a modal panel and force a rerender without an action? Just seems not to work. Any examples would be great.

      Cheers

      Mark

        • 1. Re: Modal Panel rerender question
          lmk


          <a4j:commandButton value="Close" onclick="javascript:Richfaces.hideModalPanel('_panel_update');" immediate="true" reRender="id"/>
          


          you can also use componentControl or facet controls inside modal Panel.