This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: reRender HtmlPanelGroup childrennbelaevski May 25, 2010 6:17 AM (in response to svkap)Hi Svetoslav, Try assigning explicit IDs to panel. 
- 
        2. Re: reRender HtmlPanelGroup childrensvkap May 25, 2010 7:34 AM (in response to nbelaevski)Hi Nick. I am actually using explicit id for the panelRoot(set in the JSF page).panelRoot.getId() returns the correct ID. I have tried using the id ("panelRoot_id") as string instead ofpanelRoot.getId() but the result was the same.
- 
        3. Re: reRender HtmlPanelGroup childrenharut May 25, 2010 7:43 AM (in response to svkap)try to enclose panelGroups inside the <a4j:outputPanel ajaxRendered="true"> 
- 
        4. Re: reRender HtmlPanelGroup childrensvkap May 25, 2010 11:16 AM (in response to harut)Hi. I tired that but unfortunately it did not work . Here is a part of my jsf page: <h:form id="form_id" > <a4j:outputPanel ajaxRendered="true"> <h:panelGroup layout="block" id="panelRoot_id" style="width:580px;" binding="#{bean.panelRoot}"> </h:panelGroup> </a4j:outputPanel> </h:form>
- 
        5. Re: reRender HtmlPanelGroup childrensvkap Jun 3, 2010 4:02 AM (in response to svkap)Hi. This was mistiriously fixed. I have only changed panel ID and panel bindnig property and it is working fine now. <h:panelGroup layout="block" id="panelRoot_id_Test" style="width:580px;" binding="#{bean.panelRootTest}" />I do not know why it is working now but I am happy . 
 
     
    