ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 375 - Certified Platform Developer II discussion

Report
Export

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.
Answers
A.
Ensure the lotion method search returns null.
B.
Implement the rerendered attribute on the <apex:commandButton>tag.
Answers
B.
Implement the rerendered attribute on the <apex:commandButton>tag.
C.
Enclose the DATA table within the <apex:actionRegion> tag.
Answers
C.
Enclose the DATA table within the <apex:actionRegion> tag.
D.
Implement the <apex:actionFunction> tag with immediate = true.
Answers
D.
Implement the <apex:actionFunction> tag with immediate = true.
Suggested answer: C
asked 23/09/2024
John Shelby
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first