使用Primefaces进行行编辑无效

时间:2016-05-01 09:51:17

标签: primefaces

这是我的代码:

MATCH 1
1.  [304-329]   `timeout http-request 5000`

...

该函数位于@ApplicationScope类中。

我的ajax功能是听取编辑行看起来像这样:

...
private List<Erfasst> alle;

public List<Erfasst> getAlle() {
    if (alle == null) {
        return alleEintraege.alle();
    } else {
        return alle;
    }
}

我的问题是,事件对象始终获取旧值而不是新值。那有什么不对?

THX

0 个答案:

没有答案