How to invoke ajax, so that it should refresh the table and update the column

Posted by Radhika on Stack Overflow See other posts from Stack Overflow or by Radhika
Published on 2010-03-04T06:23:25Z Indexed on 2010/03/08 15:21 UTC
Read the original article Hit count: 375

Filed under:
|
|

Hi, In my application,i have four columns in my datatable.Initially, except second column all the other columns displays the value. The second column values should be displayed by automatic refresh. like Initially table looks like

ID type Name Color 
1       Benz White 
2       Maruti Grey 
3       Renault orange 
4       VW pink 

After automatic refresh(Using AJAX) it should display like

ID type Name Color 
1  2012 Benz White 
2  2013 Maruti Grey 
3  2014 Renault orange 
4  2015 VW pink 

I have implement this in jsf using ajax. can any one help me out in this.

© Stack Overflow or respective owner

Related posts about jsf

Related posts about AJAX