3 Replies Latest reply on Mar 10, 2009 11:15 AM by ilya_shaikovsky

    How to call a javascript function whenever anything is re-re

      This is my problem:

      I use jQuery to apply rounded corners to some div / <h:panelGroup> on the page. I want to call a javascript function to make rounded corners whenever something on the page is re-rendered.

      Is there any better way than using

      <a4j:status onstop="makeRounded();" />