0 Replies Latest reply on Oct 1, 2008 2:18 PM by bigbaray

    How do u Refresh SDT Rows without refreshing header?

    bigbaray

      Noob again.

      I am trying to refresh the rows of a scrollableDataTable without having the header disappear than reappear. Are there an examples of this?

      I tried giving each of my output Text id's like "njTaskName" then calling those from my button's reRender. That didn't work for me.

      <rich:column width="150px" >
       <f:facet name="header">
       <h:outputText styleClass="headerText" value="Task Name" />
       </f:facet>
       <h:outputText id="njTaskName" value="#{newJobsList.taskName}" />
      </rich:column>
      


      Is what I am trying to do possible? seems reasonable enough.