Hello everyone,

I wanted to ask how you can get a second instance of a core portlet without 
using the management portlet. Example:

in portal-core.war/web-inf/portlet-instances.xml

there is an entry

   
      <instance-name>CatalogPortletInstance</instance-name>
      <component-ref>CatalogPortlet</component-ref>
   


what I tried now is adding the following entry:


   
      <instance-name>CatalogPortletInstance2</instance-name>
      <component-ref>CatalogPortlet</component-ref>
   


in theory shouldn't this result in another instance of the CatalogPortlet which 
shows up in management portlet / instances ?
When I use the management portlet to create a new instance it shows up 
correctly.

Is there another thing to change to accomplish the task ?

Greetings Thorsten

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918614#3918614

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918614


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to