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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to