> Hi all,
> I can make the links to another pane on the current page(pane), or to another page 
> in the portal(PSML),
>  
> //The following is my code:
>  
> JetspeedLink link=JetspeedLinkFactory.getInstance(rundata);
>  DynamicURI duri=link.getPaneByName("PORTLET1");
>    rundata.getSession().setAttribute("pane_name",  
> rundata.getRequest().getParameter("pane_name"));
>   rundata.setRedirectURI(duri.toString());
>  JetspeedLinkFactory.putInstance(link);
> //
>  
> but how can I just show up one portlet name and hide another porlet name in the pane 
> bar ?
>  
>  
> Thanks in Advance
>  
> Claire Lee
> 
> 
<entry id="P-fb99a1fe36-10001" parent="Portlet1">
            <layout position="1" size="-1"/>
             <parameter name="_menustate" value="closed"/>
        </entry>
I know you can insert <parameter name="_menustate" value="closed"/>
into PSML,but when you delete a pane and want to set another pane, you
must insert it again.

1.Is there any other way to do it easyily?
2.Another problem,when user delete his pane and want to
set another pane, then he has no rights to change PSML.
How can I solve it?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to