Issue:
You may want to make page or region refresh after change something on the page field. Following solution will show you how to achieve it.
Solution:
AdfFacesContext.getCurrentInstance().addPartialTarget(ShowDetailItem.getParent()) ;
本文介绍了一种在更改页面字段后使页面或区域刷新的方法。通过使用ADF Faces Context API,可以实现页面元素的部分更新,提高用户体验。
Issue:
You may want to make page or region refresh after change something on the page field. Following solution will show you how to achieve it.
Solution:
AdfFacesContext.getCurrentInstance().addPartialTarget(ShowDetailItem.getParent()) ;
889

被折叠的 条评论
为什么被折叠?