Java Tips
Tuesday, July 20, 2010
Refresh a ADF component programmatically
In order to refresh an ADF component in bean, do the following:
Bind that component to some property of bean
get reference of AdfFacesContext by AdfFacesContext.getInstance()
add that component as a partial target like adfFacesContext.addPartialTarget(comp_binding)
1 comment:
Barnaby Dawson
March 31, 2014 at 7:27 AM
Do you perhaps mean: AdfFacesContext.getCurrentInstance()
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Do you perhaps mean: AdfFacesContext.getCurrentInstance()
ReplyDelete