Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Platform Developer II All Questions

View all questions & answers for the Certified Platform Developer II exam

Exam Certified Platform Developer II topic 1 question 206 discussion

Actual exam question from Salesforce's Certified Platform Developer II
Question #: 206
Topic #: 1
[All Certified Platform Developer II Questions]

Which three Visualforce components can be used to initiate Ajax behavior to perform partial page updates? (Choose three.)

  • A. <apex:actionSupport>
  • B. <apex:commandLink>
  • C. <apex:actionStatus>
  • D. <apex:commandButton>
  • E. <apex:form>
Show Suggested Answer Hide Answer
Suggested Answer: ABD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
dasabhisek404
4 months ago
Selected Answer: ABD
A,B,D are correct
upvoted 1 times
...
FriedConsole2000
9 months ago
Selected Answer: ABD
ABD https://www.lead2pass.com/downloadable/download/sample/sample_id/7915/
upvoted 2 times
...
amm12345
1 year ago
ABD https://www.lead2pass.com/downloadable/download/sample/sample_id/7915/
upvoted 3 times
...
Jason_R
1 year, 9 months ago
Selected Answer: BDE
BDE: <apex:commandLink>, <apex:commandButton>, <apex:form>. <apex:actionSupport> isn't needed for <apex:commandLink> nor <apex:commandButton> in order to perform partial page updates. The simplest way to implement a partial page update is to use the reRender attribute on an <apex:commandLink> or <apex:commandButton> tag to identify a component that should be refreshed. When a user clicks the button or link, only the identified component and all of its child components are refreshed. https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_ajax_partial_page_updates.htm
upvoted 2 times
Jason_R
1 year, 9 months ago
An <apex:commandLink> component must always be a child of an <apex:form> component. https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_commandLink.htm An <apex:commandButton> component must always be a child of an <apex:form> component. https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_commandButton.htm
upvoted 1 times
...
...
Liquad
3 years, 2 months ago
The simplest way to implement a partial page update is to use the reRender attribute on an <apex:commandLink> or <apex:commandButton> tag to identify a component that should be refreshed. When a user clicks the button or link, only the identified component and all of its child components are refreshed.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...