You have an ADF Faces page which includes input components for A, B and C. On updating
either A or B, you want C to be refreshed automatically. How could you achieve this?
A.
Set the PartialTriggers property on A and B to reference
B.
Set the PartialTriggers property on C to reference A and B
C.
Set the Autosubmit property on A and B to true
D.
Set the Autosubmit property on A and B to true, and the PartialTriggers property on C to
reference A and B
E.
Set the Autosubmit property on A and B to true and the PartialTriggers property on C to
reference C
F.
Set the Autosubmit property to true on A, B and C
Explanation:
http://marianne-horsch-adf.blogspot.com/2011/03/how-to-convert-input-to-uppercase.html
D.
Set the Autosubmit property on A and B to true, and the PartialTriggers property on C to
reference A and B