Hi,
 
I would like to access the PageManager from my portlet to add a new page
with new portlets inside.
 
Is it possible now with jetspeed 2 ?
Otherwise, is it possible in jetspeed fusion ?
 
I have try this but without success.
.
   public void doView(RenderRequest request, RenderResponse response)
throws PortletException, IOException     {
        PortletContext context = getPortletContext();
        PageManager myPm = (PageManager)
context.getAttribute("PageManager");
.
 
or 
 
.
   public void doView(RenderRequest request, RenderResponse response)
throws PortletException, IOException     {
        PageManager myPm = (PageManager)
Jetspeed.getComponentManager().getComponent(PageManager.class);
.
 
 
 
Thanks,
 
Marc.
 
 

Reply via email to