0 Replies Latest reply on Aug 17, 2005 2:30 PM by patrickdalla

    Portlets Reference

    patrickdalla

      I have a portlet called PublicacaoPortlet that is implemented in a WAR file.

      In another WAR I have a intranet-portal.xml file that defines a portal named Intranet. In this same WAR I need to create instaces of PublicacaoPortlet that has some preferences specific for this portal.

      How do I reference the Portlet defined in the first WAR in the portlet-instance.xml of the second WAR (in component-ref tag)?

      thanks