using BindingContext.getCurrent().getCurrentBindingsEntry()
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