2 Replies Latest reply on Jun 1, 2009 5:22 AM by allforjava

    How To: ReRender UIcomponent from another view ?

    allforjava

      Dear Team,

      In my master page All.xhtml I included I.xhtml and IL.xhtml as:

      All.xhtml :

      <richfaces:layout>
       <richfaces:layoutPanel position="left" width="40%">
       <a:include viewId="/ForWorkLog/IL.xhtml"/>
       </richfaces:layoutPanel>
       <richfaces:layoutPanel position="center" width="60%">
       <a:include viewId="/ForWorkLog/I.xhtml"/>
       </richfaces:layoutPanel>
      </richfaces:layout>


      Now I want to update/rerender the components in I.xhtml on the event occured in IL.xhtml (event=onRowClick).

      Please assist how to proceed further. Feasibly with a basic sample.

      Thank you in advance!