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

Deployment problem: page with javascript remoting.
I have a visualforce page which calls methods tagged with @RemoteAction. The methods are in an extension class which is public, like methods. The class is the extension used in the page. In sandbox everything works as expected.
I try to deploy class, test and page to production but an error turns during the validation for the page: "No remoted actions found to resolve '$RemoteAction.ClassName.methodName'"
I tried to validate another outbound changeset with only the class and the test, which validates successfully. If I add the page, the validation fails.
Have you encountered anything similar?
Thank you very much T.
Were you able to resolve this problem? I have the same issue, whether I make the controller and remote method global or public.