which two statements are true?

You have an ADF Faces page that contains various input fields and a command button. The
command button has the partial submit property set to true. For this page, when the button is
clicked which two statements are true?

You have an ADF Faces page that contains various input fields and a command button. The
command button has the partial submit property set to true. For this page, when the button is
clicked which two statements are true?

A.
Only UI components whose values have been changed will be refreshed.

B.
Only the UI panel In which the button exists will have its content refreshed.

C.
The page will refresh all UI components that have the partialSubmit property set to true.

D.
The page is submitted and only components, whose partialTriggers property references the
button, will be refreshed.

E.
The page is submitted, and any components that have the same binding executable as the
button and have changeEventPolicy set to PPR, are refreshed.

Explanation:
http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_commandButton.html



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Abdullah

Abdullah

D & E

Explanation:

the full page will not be refreshed. To re-render specific components on your page in response to the partial page submit, you have to tell ADF Faces. The easiest way to do this is with the partialTriggers attribute.

Ahmed

Ahmed

D, E
ADF Faces adds the concept of partial form submit to JavaServer Faces 1.2 and beyond. A partial submit actually is a form submit that does not require a page refresh and only updates components in the view that are referenced from the command component PartialTriggers property. Another option for refreshing a component in response to a partial submit is call