Thursday 13 September 2012

Difference b/w apex:actionFunction tag and JavaScript remoting

The apex:actionFunction tag:-
1. lets you specify rerender targets
2. submits the form
3. does not require you to write any JavaScript


JavaScript remoting:
1. lets you pass parameters
2. provides a callback
3. requires you to write some JavaScript


No comments:

Post a Comment