3

I have a jsFunction that I am running, and would like javascript to be performed after re-rendering is finished. I'm guessing that the javascript in "oncomplete" is called -after- re-rendering takes place, but don't know for sure. Any thoughts?

Thanks.

Jon Onstott
  • 13,499
  • 16
  • 80
  • 133

1 Answers1

5

That's correct, oncomplete happens after rending is done. Here is more info on a4j:jsFunction: http://mkblog.exadel.com/ria/richfaces-ria/using-richfaces-a4jjsfunction-sending-an-ajax-request-from-any-javascript/.

Max Katz
  • 1,582
  • 1
  • 9
  • 5