Anyone,

I am trying to accessing some managers (ie PageManager, UserManager, etc..) 
from a Wicket page.  I'm obtaining the portlet context by using the following 
code:

PortletRequestContext prc = (PortletRequestContext)RequestContext.get();
prc.getPortletRequest().getPortletSession().getPortletContext();

But when I try to access the manager by the following means:

(PageManager)portletContext.getAttribute(CommonPortletServices.CPS_PAGE_MANAGER_COMPONENT);

The manager is never found.

Any suggestions on this would help.  I feel like I am just overlooking 
something simple but I can't figure out what I am doing wrong or if I am just 
on the wrong track.

Thanks,
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to