ues, i have created both of them:

portlet-instances.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE deployments PUBLIC 
"-//JBoss Portal//DTD Portlet Instances 2.6//EN" 
"http://www.jboss.org/portal/dtd/portlet-instances_2_6.dtd";>

        
                
                        <instance-id>TestPortletInstance</instance-id>
                        <portlet-ref>TestPortlet</portlet-ref>
                
        


testPortal-object.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE deployments PUBLIC
"-//JBoss Portal//DTD Portal Object 2.6//EN"
"http://www.jboss.org/portal/dtd/portal-object_2_6.dtd";>

        
                <if-exists>overwrite</if-exists>
                <parent-ref>default.default</parent-ref>
                
                        <window-name>TestPortletWindow</window-name>
                        <instance-ref>TestPortletInstance</instance-ref>
                        center
                        1
                
        


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160746#4160746

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160746
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to