Saturday, June 11, 2011

ADF Bindings : Don’t use #{data} to access Binding Container.

 

In ADF we can access binding container using #{data} or #{bindings} EL. However, #{data} is not recommended.

#{data} – When using data , if we want to access some PageDef binding object then we have to access using data.pagedeffilename.object.

It is not recommended because binding container may not be initialized #{dataBinding.cpx} which contain reference to DataControl , PageDefinitinion , Page.

No comments:

Post a Comment