2 Replies Latest reply on Dec 16, 2010 10:56 AM by kaarthiak

    <a4j:support

    kaarthiak

      Hi

      I am trying to use <a4j:support to invoke ajax action and i have a reRender to rerender a specific component id. How ever i noticed that when rerendering it rerenders not just the id mentioned but all the other componet as well. I have 5-6 other components on the page.

       

      Below is what i am using on a

      <h:selectOneMenu

           ...

           <a4j:support event="onchange" reRender="trans" />   

      </h:selectOneMenu>

       

      I was expecting rerender option to just rerender just the component that was specifed.

       

      Any help will be really appreciated. Thanks in advance.

       

      kaarthik

        • 1. Re: <a4j:support
          nbelaevski

          Hi,

           

          Some components are re-rendered though they are not specified explicitly (like rich:messages or output panel with ajaxRendered=true). Set limitToList=true for a4j:support to avoid that.

          • 2. Re: <a4j:support
            kaarthiak

            Thanks for the reply..I tried this option but doent seem to be working..all the elements are being rerenderend on response.looks like the entire component tree is being refreshed.