You have default Department and Employee Business Components and want to show all the
employees in a single Department. You create a default JSF Master-Detail page with the master
as a form (Department) and the details as a table (Employees) page. It also contains navigation to
move from department to another. What three binding types would you expect to find in the page
definition file?
A.
attributeValue, action, table
B.
attributeValue, action, tree
C.
attributeValue, button, table
D.
attributeValue, button, tree
E.
attributeValue, action, list
F.
attributeValue, button, list
Explanation:
http://docs.oracle.com/cd/E12839_01/web.1111/b31974/appendixa.htm#CDJCBIGB
(table A-5)
B.
attributeValue, action, tree