1 Reply Latest reply on Dec 20, 2007 12:19 PM by sergeysmirnov

    "please wait " solution in cookbook has bug with a4j:include

    liuliu

      hi,

      I tried the solution "please wait" solution in the cookbook of richfaces in my application. generally, it works fine. but not in a a4j:include wizard, when ajax call comes from something in the wizard, the onstart is called, but not onstop.

      after some tests, i finded a workround like this, is it normal?

       <a4j:status for="${for}" onstart="showModalInfoWindow();" onstop="hideModalInfoWindow();">
       <f:facet name="stop">
      <script type="text/javascript">
      //<![CDATA[
       hideModalInfoWindow();
      //]]>
      </script>
       </f:facet>
      


      thanks in advance

      liu