Wednesday 11 May 2011

Binding ADF Faces UI Components to Data

1. Create an empty JSF page
You create JSF JSP pages using the Create JSF Page dialog. 
If you use ADF Faces components you must have af:document enclosed within f:view.

2. Use three different ways to add ADF Faces UI components to a page  
3. Describe the types of data-bound components that can be added to a JSF page 
  • Iterator bindings
  • Value bindings
  • Action bindings
(http://download.oracle.com/docs/cd/E17904_01/web.1111/b31974/bcdcpal.htm#ADFFD492)

4. Describe the structure of an EL (Expression Language) expression  

     #{bindings.BindingObject.propertyName} 
(http://download.oracle.com/docs/cd/E17904_01/web.1111/b31974/bcdcpal.htm#ADFFD526)


    No comments: