I'm sorry, I think the cut and paste of the portlet.xml somehow got corrupted. I've verified that this is what is deployed inside the war. At runtime, I get the same result, the title displays as null. Incidentally, I've deployed the same portlet without modification into both Vignette Application Portal and IBM Websphere Portal and title displays fine. This seems quite odd. I'll probably pull down the source and try to determine exactly where the title is being pulled from and why it may be null. Thanks. Any suggestions are appreciated.
<portlet-app version="1.0" | xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"> | <portlet> | <description>Tapestry Hello World Portlet</description> | <portlet-name>TapestryHelloWorld</portlet-name> | <display-name>TapestryHelloWorld</display-name> | <portlet-class>org.apache.tapestry.portlet.ApplicationPortlet</portlet-class> | <expiration-cache>-1</expiration-cache> | <supports> | <mime-type>text/html</mime-type> | <portlet-mode>view</portlet-mode> | <portlet-mode>help</portlet-mode> | <portlet-mode>edit</portlet-mode> | </supports> | <supported-locale>en</supported-locale> | <portlet-info> | <title>TapestryHelloWorld</title> | <short-title>tapestry-portlet</short-title> | <keywords></keywords> | </portlet-info> | </portlet> | </portlet-app> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888416#3888416 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888416 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user