[jboss-user] [JBoss Portal] - Two portlet instances
anantj
do-not-reply at jboss.com
Fri Aug 31 10:14:15 EDT 2007
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
More information about the jboss-user
mailing list