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

Exam DEV-501 All Questions

View all questions & answers for the DEV-501 exam

Exam DEV-501 topic 1 question 3 discussion

Actual exam question from Salesforce's DEV-501
Question #: 3
Topic #: 1
[All DEV-501 Questions]

A link that executes an action defined by a controller, and then either refreshes the current page, or navigates to a different page based on the PageReference variable that is returned by the action. An <apex:commandLink> component must always be a child of an <apex:form> component.
To add request parameters to an <apex:commandLink>, use nested <apex:param> components.

  • A. apex:dataList
  • B. apex:enhancedList
  • C. apex:commandLink
  • D. apex:include
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
[Removed]
2 months, 1 week ago
Selected Answer: C
The correct answer is C. apex . It triggers an action in the controller and can refresh the page or navigate based on the returned PageReference.
upvoted 1 times
...
[Removed]
2 months, 2 weeks ago
Selected Answer: C
The correct answer is C. apex . The <apex:commandLink> component in Visualforce is used to create a hyperlink that triggers an action defined in a controller, potentially refreshing or navigating the page. It must be placed within an <apex:form> component.
upvoted 2 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 ...