How to implement partial refresh like facebook like/comments?
Posted
by
shillong
on Stack Overflow
See other posts from Stack Overflow
or by shillong
Published on 2012-04-14T00:45:24Z
Indexed on
2012/04/15
11:28 UTC
Read the original article
Hit count: 219
We have java web application. Summary page will display list of rows. For each row, user can vote and add comments. Vote or add comments will commit immediately and refresh total vote number and comments count. We want to refresh current row instead of whole table just like Facebook does. If need, we can show the list of data with form format (iterator List of data) instead of table format. How to implement this feature base on JSF?
© Stack Overflow or respective owner