Cannot get the title on my CMSPortlet to display - just get a blank title bar 
for the portlet, though for the helloworld portlet the title is displayed. 
Anyone any ideas why a title might not be displayed?

I am using the skeleton of the HelloWorld app to which I have added a 
CMSPortlet instance displaying my own content (and which is now working thanks 
to a couple of threads!!)

Here are the 2 defs from portlet.xml


  |    <portlet>
  |       <portlet-name>HelloWorldPortlet</portlet-name>
  |       
<portlet-class>org.jboss.portlet.hello.HelloWorldPortlet</portlet-class>
  |       <supports>
  |          <mime-type>text/html</mime-type>
  |          <portlet-mode>VIEW</portlet-mode>
  |       </supports>
  |       <portlet-info>
  |          <title>HelloWorld Portlet</title>
  |       </portlet-info>
  |    </portlet>
  |    <portlet>
  |       <portlet-name>CMSPortlet</portlet-name>
  |       
<portlet-class>org.jboss.portal.core.portlet.cms.CMSPortlet</portlet-class>
  |       <init-param>
  |          <description>Default path to index page.</description>
  |          <name>indexpage</name>
  |          <value>/qualifi/courses/stage1/Head Start 1/2.html</value>
  |       </init-param>
  |       <supports>
  |          <mime-type>text/html</mime-type>
  |          <portlet-mode>VIEW</portlet-mode>
  |       </supports>
  |       <portlet-info>
  |          <title>Stage 1 - Module 1 - First Steps</title>
  |       </portlet-info>
  |    </portlet>
  | 
  | 

Anyone else experience trouble?

Portal 2.2.1 RC2, JBoss AS 4.0.3SP1, Derby 10.1.2.1


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

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


-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to