Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两页,一页有一个命令按钮(第 1 页),带有一个更新数据库的支持操作事件。另一页有一个数据表,显示该数据库的值。(第 2 页)
当我在第 1 页触发该命令并导航到第 2 页时,数据表没有更新。我正在使用 primeface (jsf) 和 ejb。
所以我想知道是否Requestcontext.update(":page2:datatable")会更新第二页上的数据表,或者是否有更好的方法来更新数据表。
Requestcontext.update(":page2:datatable")