For an employee view object, you have defined a view criteria to show only U.S employees, you
already have an ADF Faces table displaying data from employees view object. How would you
design the page to display a query panel on the page that will allow the end user to select view
criteria and filter the existing Employees table on the page?
A.
Drag the view criteria as a query panel.
B.
Drag the view criteria to the existing table and select query panel with table.
C.
Drag the view criteria as a query panel, and then set the ID property of the query panel to
reference the table.
D.
Drag the view criteria as a query panel, and then set the ResultcomponentId property of the
query component to reference the table.
E.
Drag the view criteria as a query panel, and then set the Model property of the query
component to reference the table binding.
F.
Drag the view criteria as a query panel, and then set the value property of the query component
to reference the table binding.
Explanation:
http://docs.oracle.com/cd/E12839_01/web.1111/b31974/web_search_bc.htm#CIHIJFCH (topic
26.2)
D.
Drag the view criteria as a query panel, and then set the ResultcomponentId property of the
query component to reference the table.