- 
        1. <a4j:region> reRender Problemilya40umov Jan 22, 2011 9:43 AM (in response to kapil29)Try to wrap all the regions to h:panelGroup and reRender it. I think that a4j:region can't be a reRender-able wrapper. 
- 
        2. <a4j:region> reRender Problemkapil29 Jan 23, 2011 2:24 AM (in response to ilya40umov)Thanks IIya, I have wrapped all the region to <h:panelGroup> but the problem still remains same. I am not able to reRender the region once click on the <a4j:commandButton /> Kindly help me.. 
- 
        3. <a4j:region> reRender Problemilya40umov Jan 23, 2011 4:29 AM (in response to kapil29)1 of 1 people found this helpful1) Could you post the whole page, please? 2) I guess you problem can be in forms. Do you have only one form or a few forms on the page? Because if a4j:commadButton in a different form you should use "formID:panelGroupId" instead of "panelGroupId" in reRender attribute. 
- 
        4. <a4j:region> reRender Problemkapil29 Jan 23, 2011 4:34 AM (in response to ilya40umov)Thanks IIya, I have resolve the problem by using following attributes in <a4j:region> <a4j:region renderRegionOnly="false" immediate="true"> <h:panelGroup id="creative_section"> <ui:include src="creative.xhtml"/> </h:panelGroup> </a4j:region> Thanks once again for you help. 
 
    