0 Replies Latest reply on Apr 23, 2008 12:02 PM by arielfernando

    rich:panelTab / rich:tab always ajaxRendered?

      Hi all, I'm working with rich:panelTab and rich:tab, and I found that when some ajax event ocurred inside rich:tab, all content is rerendered. This is a normal behaivor?.

      For example,

      I put this code into rich:tab:

      <a4j:outputPanel rendered="#{myBean.reattach}" />
      ...
      <here a dataTable with datascroller>
      ...
      </a4j:outputPanel>

      But, when I click on any datascroller control, reattach bean is called. I don't like this, because performance will be affect.

      Same happens with any control that generated ajax request.

      Ariel.