ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 120 - Certified Platform Developer II discussion

Report
Export

What is the correct syntax for calling a controller action from a Visualforce page and updating part of the page once the action is completed? (Choose two.)

A.
<apex : commandFunction action=?l { ! Save} " value="Save" rendered^"thePageBlock"/>
Answers
A.
<apex : commandFunction action=?l { ! Save} " value="Save" rendered^"thePageBlock"/>
B.
<apex: actionFunction action=" { ! Save} " name=!,Save" rerender=l,thePageBlock1'/>
Answers
B.
<apex: actionFunction action=" { ! Save} " name=!,Save" rerender=l,thePageBlock1'/>
C.
<apex:commandButton action="{!Save}" value="Save" redraw="thePageBlock"/>
Answers
C.
<apex:commandButton action="{!Save}" value="Save" redraw="thePageBlock"/>
D.
<apex: actionSupport action="{ ISave} " event=llonchange1' rerender="thePageBlock"/>
Answers
D.
<apex: actionSupport action="{ ISave} " event=llonchange1' rerender="thePageBlock"/>
Suggested answer: B, D
asked 23/09/2024
Wislon Pereira
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first