Oi pessoal por favor alguem sabe qual o tipo de retorno para o rich:scrollableDataTable. Por exemplo:
<rich:scrollableDataTable rowKeyVar="rkv" frozenColCount="1"
height="200px" width="100%" id="userList" rows="10"
columnClasses="col" value="#{informacoesGeraisBean.}"
var="user">
<rich:column id="identificador">
<f:facet name="header">
<h:outputText styleClass="headerText" value="ID" />
</f:facet>
<h:outputText value="#{}" />
</rich:column>
</rich:scrollableDataTable>
no parametro value="#{informacoesGeraisBean.}" qual o tipo de retorno do bean?
Obrigado
Rafael