我正在使用会话范围的bean和primefaces 3.4 我的dataTable出了问题,当我尝试添加一行时,数据表没有刷新我使用了ajax update属性来执行此操作,这里有关于此问题的完整解释(代码+尝试过的解决方案)http://forum.primefaces.org/viewtopic.php?f=3&t=25113&p=79105#p79105 。 那么加载dataTable列表(包含要显示的数据)的最佳方法是什么?
我会尝试这个,但似乎不合逻辑
public List<Project> getFullproject() {
return projectsList(); //<--- try to refresh the data from database when the
primeface data table is updated
}