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()) ;
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()) ;