[jboss-user] [JBoss Portal] - Re: changing the default page
roy.russo@jboss.com
do-not-reply at jboss.com
Thu Jul 27 08:28:10 EDT 2006
The way it was done in the demo server, was to go in to the portal sar and edit the default-object.xml, changing default to Home. However, this was done with a clean DB.
The reason the CMS breaks, is because the CMS is looking for default.default.CMSPortletWindow, as you can see here: http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html/cmsPortlet.html#d0e3749
<attribute name="TargetWindowRef">default.default.CMSPortletWindow</attribute>
|
Change that to:
<attribute name="TargetWindowRef">default.Home.CMSPortletWindow</attribute>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961271#3961271
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961271
More information about the jboss-user
mailing list