Skip to main content
Hello

I am looking for a scenario where I need to use @RemoteAction for an visualforce page.

Also please let me know exact differences between the two.

Thanks

Pooja 

 
4 个回答
  1. 2017年1月16日 05:03
    Hi

    I have 2 apex classes , class A & class B

    In both classes I have 2 methods with @remoteAction.

    I create visualforce page for classB , write a javascript to call method fo classB

    Is it possible to call method of classA in the <apexPage:controller="classB"> ?

    Pooja
0/9000