This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: How do I get and item from a scrollableDataTableallforjava.allforjava.aol.in Jun 22, 2009 12:22 PM (in response to gturek)Hi,
 You may use
 
 <rich:scrollableDataTable ...>
 <a:support event="onRowClick">
 <f:setPropertyActionListener value="#{scrollableDataTableVariable}" target="#{Bean.instance}"/>
 </a:support>
 </rich:scrollableDataTable>
 As the query is realted to RichFaces you may find the details at:
 http://www.jboss.org/index.html?module=bb&op=viewforum&f=261
 
    