Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

using BindingContext.getCurrent().getCurrentBindingsEntry()

Jan VerveckenDec 29 2010 — edited May 6 2012
hi

- A blog entry from Steve Muench, "Nice One-Liner to Reference BindingContainer in 11g"
at http://radio-weblogs.com/0118231/2008/10/15.html
... suggest that using BindingContext.getCurrent().getCurrentBindingsEntry() is an improvement over resolving the EL expression #{bindings} .
- the Fusion Developer's Guide for ADF 11g R1 currently does not seem to mention "getCurrentBindingsEntry"
see http://www.oracle.com/pls/as111130/search?remark=quick_search&word=getCurrentBindingsEntry&partno=b31974
- that same Fusion Developer's Guide for ADF 11g R1 currently does suggest to resolve the EL expression #{bindings} in "Example 9-15 Helper Method for Backing Bean Class"
at http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/bcservices.htm#BABHAFEF
- recent feedback I got from development (in SR 3-2190488381) suggesting how to implement a workaround also resolved the EL expression #{bindings}

Can someone please refer to an authoritative online resource that confirms that using BindingContext.getCurrent().getCurrentBindingsEntry() is preferable over resolving the EL expression #{bindings} ?
Or maybe an Oracle product manager can confirm it in this forum thread?

many thanks
Jan Vervecken
This post has been answered by Frank Nimphius-Oracle on Dec 30 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 3 2012
Added on Dec 29 2010
4 comments
2,254 views