function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC_LearnerSFDC_Learner 

Diff between RemoteAction and ActionFunction?

What is the Diff between RemoteAction and ActionFunction?

S DigalS Digal

 

•The <apex:actionFunction> tag: 
	-lets you specify rerender targets
	-submits the form
	-does not require you to write any JavaScript
•JavaScript remoting: 
	-lets you pass parameters
	-provides a callback
	-requires you to write some JavaScript