function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
T.RossiT.Rossi 

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.

ArleneArlene

Were you able to resolve this problem?  I have the same issue, whether I make the controller and remote method global or public.