List of questions
Related questions
Question 375 - Certified Platform Developer II discussion
Consider the following code snippet:
Users of this Visualforce page complain that the page does a full refresh every time the Search button is pressed.
What should the developer do to ensure that a partial refresh is made so that only the section identified with opportunity List is re-drawn on the screen?
A.
Ensure the lotion method search returns null.
B.
Implement the rerendered attribute on the <apex:commandButton>tag.
C.
Enclose the DATA table within the <apex:actionRegion> tag.
D.
Implement the <apex:actionFunction> tag with immediate = true.
Your answer:
0 comments
Sorted by
Leave a comment first