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




---------------------------------
每天都 Yahoo!奇摩 
海的顏色、風的氣息、愛你的溫度,盡在信紙底圖
信紙底圖

Reply via email to