6 Replies Latest reply on Nov 29, 2007 10:12 AM by kks_krishna

    Problem in ajax support with scrollable result set

      HI,

      I am updating the scrollable result set with the data. It is reterving the data. but when it dispays the table is shrinking and disabled. can anyone help me?

      <a4j:commandButton styleClass="buttonFormat" reRender="results" action="#{rliBean.search}"
       value="Search" />

       <rich:panel id="results" >
       <rich:scrollableDataTable rowKeyVar="rkv" width="100%"
       id="didList" var="category" sortMode="single" value="#{rliBean.rliResults}">
       <rich:column id="name">
       <h:outputText value="#{category}"/>
       </rich:column>
       </rich:scrollableDataTable>