the layout is defined as part of the portal properties (see default-portal.xml) , and in portal-layouts.xml ; the default layout does not use the RegionTagHandler, so you must have created your own layout and configured the portal to use it. The error message is logged when the region tag is asked to render a region that has no represenation on the current page. In other words: the tag is asked to render the 'left' region, but the current page (the one that is being rendered at the time) has no portlet assigned to that region.
One way to get the menu and user portlet on all pages is to define them as portlet tags on the layout jsp, and make sure that you define a window for both of them on each page (jbp:portlet instanceRef='WindowIDHere' : see earlier posts for examples). One special case to consider is the maximized behavior. The LayoutStrategy currently filters all, but the maximized portlet from the list of portlets to render. In other words, if you maximize any portlet, that will be the only one that actually gets rendered, regarless of any region or portlet tag. Those can only display what was rendered already. A (better) documentation for all of these pieces and their interactions is in the works. Sorry for the current lack of it .... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889582#3889582 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889582 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user