Valid CRT-450 Dumps shared by ExamDiscuss.com for Helping Passing CRT-450 Exam! ExamDiscuss.com now offer the newest CRT-450 exam dumps, the ExamDiscuss.com CRT-450 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CRT-450 dumps with Test Engine here:
Universal Containers wants a list button to display a Visualforce page that allows users to edit multiple records. Which Visualforce feature supports this requirement?
Correct Answer: D
TherecordSetVarattribute of the<apex:page>tag allows a Visualforce page to handle multiple records, which is ideal for list buttons that display a page for bulk editing. Why not other options? A: Standard controllers can be extended, but usingrecordSetVaris the direct and best-supported method for this scenario. B: There is no such concept as a "Custom List Controller" in Visualforce. C:<spex:listButton>is not a valid Visualforce tag. Visualforce Standard Controller with RecordSetVar