2 Replies Latest reply on Feb 7, 2008 5:32 PM by robertocarlos1

    Rerender controls outside of region

      are there some way to rerender one or more controls outside of a region from another control inside of some diferent region?

        • 1. Re: Rerender controls outside of region
          ilya_shaikovsky

          it's possible by default. Region limits only decoding, validation, conversion and aplying values. By default complete view root encodes on the last phase. And you may set controls outside the region to be reRendered.

          And only if you set renderRegionOnly to true - encoding will be limited with the region also.

          • 2. Re: Rerender controls outside of region

            But the problem is if i dont limit rendering to the region with renderRegionOnly to true, the whole page is rendered

            I need render only the controls inside the region and sometimes other specific controls outside not the whole page.

            Thanks for your reply.