Editing Databound Components in the ADF Application

When you work with the Data Control Palette to design databound web pages or Java panels, you create Oracle ADF binding expressions that allow the components to work the Oracle ADF data binding layer. In the Visual Editor these expressions are represented as EL-expression language notation ${bindings.attributeName.bindingProperty}.

You can edit a binding expression in the Visual Editor by:

For JSP pages, JDeveloper supports Expression Language Code Insight in the Code Editor. Code Insight is also available in the Property Inspector and Tag Editor. To invoke Code Insight type the leading characters of an EL expression: ${ for JSP tag libraries including:

Note, when you remove a binding expression from a page or panel that you have already created with the Data Control Palette, it is necessary to also delete the binding from the document's binding definition ( UIModel.xml) file.


Removing Unused Bindings from the ADF Bindings Definition
Referencing ADF Bindings Inside a Table Component

 

 

Copyright © 1997, 2004, Oracle. All rights reserved.