Month End Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Salesforce Certified Platform Developer II ( Plat-Dev-301 ) PDII Question # 28 Topic 3 Discussion

Salesforce Certified Platform Developer II ( Plat-Dev-301 ) PDII Question # 28 Topic 3 Discussion

PDII Exam Topic 3 Question 28 Discussion:
Question #: 28
Topic #: 3

Consider the following code snippet:

HTML

<apex:page docType="html-5.0" controller="FindOpportunities">

<apex:form >

<apex:pageBlock >

<apex:pageBlockSection title="find opportunity">

<apex:input label="opportunity name"/>

<apex:commandButton value="search" action="{!search}"/>

</apex:pageBlockSection>

<apex:pageBlockSection title="Opportunity List" id="opportunityList">

</apex:pageBlockSection>

</apex:pageBlock>

</apex:form>

</apex:page>

Users of this Visualforce page complain that the page does a full refresh every time the Search button is pressed. What should the developer do to ensure that a partial refresh is made so that only t13he section identified with opportunityList is re-drawn on the screen?1415


A.

Enclose the DAT16A table within the <apex:actionRegion> tag.1718


B.

Implement the <apex:actionFunction> tag with immediate = true.


C.

Ensure the action method search returns null.19


D.

Implement the reRender attribute on the <apex:commandButton> tag.


Get Premium PDII Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.