JSF refreshing list via Ajax incorrectly
问题 I am trying to migrate some functionality from JQuery to JSF and I am getting strange results. Basically it is a page where you can navigate links (imagine like a Windows Explorer on the Web). Folders have a link and leafs don't. To construct this, it is used a private List<Element> list; , which is refreshed accordingly. So when the user clicks on a "folder", a new list is created with the contents of that folder. The problem is that I am getting strange results. Sometimes I navigate a link