5 Replies Latest reply on May 2, 2008 11:31 AM by markjstang

    oncomplete seems not to be working

    markjstang

      I am using richfaces 3.2.0.SR1.
      I am using a4j:commandlink to execute an action.

      Then in the oncomplete I specify Richfaces.showModalPanel('myPanel').
      All of them stopped working when I upgraded to the version. I tried to put in an "alert('test') and that didn't happen either.

      So, I tried using a4j:support and that has the same result.

      I need to be able to execute javacript after the function returns. I have a javascript function that checks for global errors and if there are none then the box goes away, and now that isn't being called either.

      Thoughts?