This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: update rowkey?ilya_shaikovsky Apr 9, 2009 6:59 AM (in response to nimo22)Yes concrete cells reRendering could be implemented for our data iteration components. Read about ajaxKeys attribute for data components. Also please check a4j:repeat richfaces-demo page. 
- 
        2. Re: update rowkey?nimo22 Apr 9, 2009 7:15 AM (in response to nimo22)I have a one questions about ajaxKeys="#{listBean.list}"
 listBean.list must be a Set containing only Strings (am I right?).
 What Strings should I take? Strings from my Objects or ID's ?
 I have no ID for my rows, only for my columns:<rich:column id="rowID"> </rich:column> 
- 
        3. Re: update rowkey?ilya_shaikovsky Apr 9, 2009 7:27 AM (in response to nimo22)It should be filled with rowKeys. Just simple Integers by default. 
 Please visit the link in my signature and checkout the sources for richfaces-demo in order to check how it works.
 
    