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

apex:component in Managed Package
Hi All,
We created an apex:component in our managed package which consists of Fileupload field ,submit button,cancel button . and made access type as global for component and attributes.If we test this in our managed package developer org including it in a VF page its working fine and if we test it by adding it in a VF page of managedpackage installed version its working like this: component is loading (calling constructor) and when i click upload/cancel button throwing error :
The installed managed class Cloudrop.fileuploadcomponent is not visible
can any one help me out on this!
Mark your class as global.
I already made class and its methods as global .