A developer has a Visualforce page and custom controller to save Account records. The developer wants to display any validation rule violations to the user. How can the developer make sure that validation rule violations are displayed?
A.
Add custom controller attributes to display the message.
B.
Use a try/catch with a custom exception class.
C.
Include <apex:messages> on the Visualforce page.
D.
Perform the DML using the Database.upsert() method.
great breakdown of the various messages tags here: https://salesforce.stackexchange.com/questions/8139/difference-between-the-multiple-messaging-options-in-visualforce
upvoted 2 times
...
Log in to ExamTopics
Sign in:
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.
1vanTT
2 months, 4 weeks ago