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!

BindingContext.getCurrent().getCurrentBindingsEntry(); is null

2759165Nov 9 2014 — edited Nov 10 2014

Hi,

Jdev version 11.1.1.7.0

        Kindly overlook my ignorance. I am trying to build a new ADF application. In a managed bean, am trying to access the Binding container,

using

        DCBindingContainer bindings = (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();

But the bindings, is being populated as null. I could find some links on net, which mentioned about adfBinding filter and mapping a

servlet to the same. I could find that all these parameters were set by adf by default. Can someone guide me on the same.

Am I missing something here?

Thanks and regards,

Arun Raghunath

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 8 2014
Added on Nov 9 2014
5 comments
1,079 views