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 opportunityList is re-drawn on the screen?
A. Enclose the DATA table within the tag.
B. Ensure the action method search returns null.
C. Implement the tag with immediate = true.
F. Implement the reRender attribute on the tag.
Suggest answer: F
Reference:
No comments:
Please share to make the community better.