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.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

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/.

link|improve this answer
Great, thanks you. – Jon Aug 5 '10 at 23:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.