Hello,
This content component should get channels of other site and published in a diffrerent stage. It extends "ChannelNavComponent"
Now I get the selected channel with this code:
ManagedObjectVCMRef moVcmRef = new ManagedObjectVCMRef(vcmid);
Channel currentChannel = (Channel) moVcmRef.retrieveManagedObject();
But I can´t get subchannles of currentChannel . The problem is that this channel is published in a different queue. If I select a channel of a site published in the same queue there isn´t any problem to get them.
Channel[] children = currentChannel .getActiveSubchannels(new RequestParameters(true));
children size is 0.
Please could you give me any suggestion or help?
Best regards,
Miguel Lacosta