1 Reply Latest reply on Aug 2, 2012 1:07 AM by snjv180

    </update> problem

    snjv180

      When I try to reRender a custom non composite component. It show Expected </update> error in firebug. Do I have to start and end with a <update> in my custom component as well. Please help me soon. I have a code like

       

      render="paginationPanel"

       

      Here paginationpanel is custom written and so I think there may be errors.

        • 1. Re: </update> problem
          snjv180

          I found that the java script was enclosed by //<![CDATA and //] for the closing. This used to truncate my partial response. I removed this from my custom component and it works perfectly fine. Anybody having this problem can keep that in mind. Hope this helps if anyone is facing the same problem.