[jboss-user] [JBoss Portal] - Help: Instance of a existent portlet in my new container pag
FcoLva
do-not-reply at jboss.com
Mon Jun 4 12:23:29 EDT 2007
Hello my friends I'm new in JBoss Portal.
I need help :). Here is my issue:
I'm attempting to create an instance of the navigation portlet (a portlet that already exists in Jboss portal) in my new Container page of my portlet HelloWorldPorlet. Let me explain it better:
I need to do a container page only for my portlet HelloWorldPortlet, that's an easy thing, i just build my helloworld-object.xml this way:
<?xml version="1.0" encoding="UTF-8"?>
| <deployments>
| <deployment>
| <if-exists>overwrite</if-exists>
| <parent-ref>default</parent-ref>
| <page>
| <page-name>HelloWorldPContainerPage</page-name>
| <window>
| <window-name>HelloWorldPortletWindow</window-name>
| <instance-ref>HelloWorldPortletInstance</instance-ref>
| <region>center</region>
| <height>1</height>
| </window>
| </page>
| </deployment>
| </deployments>
But, my problem is that I need a navigation portlet for my new container page, so i will be able to navigate to the other pages of the portal. Rigth now i can't because i dont know how to deploy a nav portlet in my *-object.xml.
Someone help me :D please.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051027#4051027
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051027
More information about the jboss-user
mailing list