4 Replies Latest reply on Jun 19, 2009 5:34 AM by nbelaevski

    how to prevent rerender of a child component

      I have a rich:tabpanel . i am adding rich:tab item by <c:forEach> loop.
      but when i am adding a tab or delete a tab i need to reRender the rich:tabpanel , so as a result other tabs also getting rerender. But i want to prevent rerender for other tab, atleast the contains of that should not rerender. how i can achive that..please help...

      is there any posibility to add rich:tab by javascript at client side? if it is possible to add a tab by updating html dom node at clinet side then also my problem will be solved may be in that case i will add the tab by javascript and will not use reRender...but what will be the code to add ...

      thanx in advance