"jency" wrote : 
  | The title for portlets can be changed via portlet.xml; but the "default" 
page contains a portlet whose title is "JBoss portal" and I could not find any 
reference to it portlet.xml. Which files should I modify to change this? 
  | 

This portlet is the CMSPortlet. It sets the title programmatically at runtime. 
The title comes from the file name that is currently displayed : 


  |   String title = (file.getContent().getTitle() != null) ? 
file.getContent().getTitle() : file.getContent().getName();
  |   resp.setTitle(title);
  | 


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to