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