Hi, I have a portal with three CMS portlets into the first page. When users minimize a CMS portlet the window title reverts to default (CMS) instead of the title provided by the html page previous displayed. I added the display-name property to the *-object.xml file but it seams to be ignored :
| <window> | <window-name>MainPortletWindow</window-name> | <content> | <content-type>cms</content-type> | <content-uri>/news.html</content-uri> | </content> | <region>center</region> | <height>1</height> | <properties> | <property> | <name>theme.windowRendererId</name> | <value>divRenderer</value> | </property> | <property> | <name>theme.decorationRendererId</name> | <value>divRenderer</value> | </property> | <property> | <name>theme.portletRendererId</name> | <value>divRenderer</value> | </property> | </properties> | <display-name xml:lang="en">News</display-name> | <display-name xml:lang="it">NovitÃÂ </display-name> | </window> | There are other properties to set ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184418#4184418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184418 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
