You need to sign in to do that
Don't have an account?

AJAX outputPanel actionSupport rerender
I have an outputPanel that has a radioList within it that I am using with an actionSupport . I am using the actionSupport to rerender another outputPanel through the use of AJAX. Now I would like the radioList selection to rerender more than one Panel. I know I can obviously move the second pageBlock within the already controlled outputPanel but I was wondering if you can rerender multiple outPutPanels off of a single actionSupport?
Yes, the rerender attribute can accept a comma seperated list of id's to rerender.
rerender="block1,block2,block3"
All Answers
Yes, the rerender attribute can accept a comma seperated list of id's to rerender.
rerender="block1,block2,block3"
Thanks Ron!!
Hi Ron,
Can the rerender attribute on an element in a componenet rerender a container in the parent page too.
Thanks & Regards
Dipankar