In the portlet-instances.xml file, you should be able to reference existing portlets using the full portlet name, which is typically local.appname.portletname. For example, for the CMS portlet, the name is local.portal.CMSPortlet. You can easily find full portlet names in the Management Portlet, click on the Portlets link at the top.
But beware, the Portal will not read the portlet-instances.xml file unless you define a portlet in your war file. Also, there is a possible issue if the Portal loads your war file before the war file containing the portlet you are referencing. See the discussion at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=100332 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4014373#4014373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4014373 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
