Hi All, Can I have two portlet instances in portlet-instances.xml? Like following.
| <?xml version="1.0" standalone="yes"?> | <!DOCTYPE deployments PUBLIC | "-//JBoss Portal//DTD Portlet Instances 2.6//EN" | "http://www.jboss.org/portal/dtd/portlet-instances_2_6.dtd"> | <deployments> | <deployment> | <instance> | <instance-id>DialPortletInstance</instance-id> | <portlet-ref>DialPortlet</portlet-ref> | </instance> | </deployment> | <deployment> | <instance> | <instance-id>RandomNumberPortletInstance</instance-id> | <portlet-ref>RandomNumberPortlet</portlet-ref> | </instance> | </deployment> | </deployments> | Same is also difined in other Jboss portal xml files. Thanks in advance. Regards, Anant View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080021#4080021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080021 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
