[jboss-user] [JBoss Portal] - Re: PortletInstance in different pages

PeterJ do-not-reply at jboss.com
Mon Sep 22 11:44:20 EDT 2008


Try this:

<page>
  |   <page-name>mypage</page-name>
  |     <properties />
  |     <window>
  |       <window-name>MyMenue</window-name>
  |       <instance-ref>MyMenuePortletInstance</instance-ref>
  |       <region>navigation</region>
  |       <height>0</height>
  |     </window>
  |     <page>
  |       <page-name>mysubpage</page-name>
  |       <properties />
  |       <window>
  |         <window-name>MyMenue2</window-name>
  |         <instance-ref>MyMenuePortletInstance</instance-ref>
  |         <region>navigation</region>
  |         <height>0</height>
  |       </window>

Note that each window has its own name, but they both refer to the same portlet instance.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178110#4178110

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178110



More information about the jboss-user mailing list