[jboss-user] [JBoss Portal] - Re: Why JSF portlet show null

jpviragine do-not-reply at jboss.com
Fri Jun 19 06:36:26 EDT 2009


Hi uxa,

Have you created the default-object.xml or something-object.xml?

In your case, the content of the file should be something like:

<deployments>
  |    <deployment>
  |       <parent-ref>default</parent-ref>
  |       <if-exists>overwrite</if-exists>
  |       <page>
  |          <page-name>SimplestHelloWorld</page-name>
  |          <display-name>SimplestHelloWorld</display-name>
  |          <window>
  |             <window-name>SimplestHelloWorldWindow</window-name>
  |             <instance-ref>SimplestHelloWorldInstance</instance-ref>
  |             <region>center</region>
  |             <height>0</height>
  |          </window>
  |       </page>
  |    </deployment>
  | </deployments>

Cheers,
JP

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238732



More information about the jboss-user mailing list