I went back and looked at what I did earlier, and it turns out I gave you bad information because I remembered it wrong. Do this instead.
First, in portlet.xml, create a new portlet using the CSM portlet class, like this: <portlet> | <portlet-name>NewCmsPortlet</portlet-name> | <portlet-class>org.jboss.portal.core.portlet.cms.CMSPortlet</portlet-class> | . . . | <portlet> Then in the portlet-instances.xml file, refer use NewCmsPortlet as the portlet name. Not quit the same as creating new instances of an existing protlet, but close enough. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015453#4015453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015453 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
