Is it possible to create an instance of the portlet that is from another portal? I wrote this in portlet-instances.xml of my portal:
<instance>
| <instance-name>MyContentPortletInstance</instance-name>
| <component-ref>ContentPortlet</component-ref>
| <preferences>
| <preference>
| <name>uri</name>
| <value>/refproj/page2/index.html</value>
| </preference>
| </preferences>
| </instance>
And when I placed this instance into a window on my portal page, it was not rendered. I found that the ViewInterceptor doesn't include this window into window list because the state is "registered" and not "started".
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887223#3887223
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887223
|