On January 4, 2013 at 4:29 AM Yanni Chiu <yanni@rogers.com> wrote:
> It seems that the menu is nothing more than a page with a list of 
> structure links, and is displayed through a PRDefaultView.

Yes. The page (menu) itself is displayed as a PRDefaultView, which then searches for each of its outgoing links/Components in the current Context. So, the problem may also be related to the Context too. Replacing your Component with a Widget may provide a solution, since PRWidgets keep a pointer to their Context.

Cheers,
Reza