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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...