Refreshing Table after Inline Delete
Wednesday, July 23, 2008
To refresh a table data after inline delete, add the following code after delete logic in managed bean.
AdfFacesContext.getCurrentInstance().addPartialTarget(TableId)
To refresh a table data after inline delete, add the following code after delete logic in managed bean.
AdfFacesContext.getCurrentInstance().addPartialTarget(TableId)
© Blogger templates Newspaper by Ourblogtemplates.com 2008
Back to TOP