What is the optimal way to implement this?

A Visualforce page contains an industry select list and displays a table of Accounts that have a matching value in their Industry field.

<apex:selectList value="{!selectedIndustry}">

<apex:selectOptions values="{!industries}"/>

</apex:selectList>

When a user changes the value in the industry select list, the table of Accounts should be automatically updated to show the Accounts associated with the selected industry.

What is the optimal way to implement this?
A . Add an <apex:actionFunction> within the <apex:selectOptions>.
B . Add an <apex:actionFunction> within the <apex:selectList>.
C . Add an <apex:actionSupport> within the <apex:selectList>.
D . Add an <apex:actionSupport> within the <apex:selectOptions>.

Answer: C

Latest PDII Dumps Valid Version with 280 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments