ExamQuestions.com

Register
Login
Apex and Visualforce Controllers Exam Questions

Salesforce

Apex and Visualforce Controllers

7 / 96

Question 7:

This tag acts as a placeholder for your dynamic Apex components. It has one required parametercomponent Valuewhich accepts the name of an Apex method that returns a dynamic component. The following Visualforce components do not have dynamic Apex representations: <apex:actionRegion> <apex:attribute> <apex:component> <apex:componentBody> <apex:composition> <apex:define> <apex:dynamicComponent> <apex:flash> <apex:inputFile> <apex:include> <apex:insert> <apex:pageMessage> <apex:pageMessages> <apex:variable> <apex:vote> Any non-<apex:> tag, like <chatter:>, <flow:>, <ideas:>, <knowledge:>, <messaging:>, or <site:> 

Answer options:

A. apex:dynamicComponent
B. apex:dataList
C. apex:actionSupport
D. apex:insert