From: mholzner <nu...@jb...> - 2005-06-17 19:46:47
|
you could place the menu portlet on the layout (there is a portlet tag for that) As long as all pages of the portal use the same layout (which is the default) , you'll get the menu on all pages. in the layout's jsp, you can use: <%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %> <blah markup ....> <p:portlet instanceRef='MyMenuPortletWindow' /> <blah more markup ...> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881979#3881979 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881979 |