Hi,
The DHtmlLayoutPortlet function getTitle() has "ZK" hard coded. Therefore all Portlets have "ZK" as the title.
The GenericPortlet reads the title from the XML Configuration, which is a nicer approach (see code below). Can you please remove this method and use the default method provided by the GenericPortlet. Thank you.
...
protected java.lang.String JavaDoc getTitle(RenderRequest request) {
return config.getResourceBundle(request.getLocale()).getString("javax.portlet.title");
}
Nobody/Anonymous
Configuration
3.6.3
Public
|
Date: 2010-01-31 18:50:23 PST Fixed since 2/1 |