
4 Antworten

HiI have 2 apex classes , class A & class BIn both classes I have 2 methods with @remoteAction.I create visualforce page for classB , write a javascript to call method fo classBIs it possible to call method of classA in the <apexPage:controller="classB"> ?Pooja