You need to sign in to do that
Don't have an account?

How to call action function in javascript remoting
Hi folks,
Can anyone tell me how to call the action function in visualforce javascript remoting?
My usecase is I want to execute action method after ther remoting
I've onclick and action method in command button
I want to perform onclick first which perform some remote action once it completed then it will call the action method
for that how to write the code?
Thanks in adavnce
Karthick
Can anyone tell me how to call the action function in visualforce javascript remoting?
My usecase is I want to execute action method after ther remoting
I've onclick and action method in command button
I want to perform onclick first which perform some remote action once it completed then it will call the action method
for that how to write the code?
Thanks in adavnce
Karthick
Here is an exaple
Class
Donot forget to select best answer to make our efforts visible in the developer forum.
Please mark this as solution by selecting it as best answer if this solves your problem, So that if anyone has this issue this post can help