[JBoss-user] [JBoss Portal] - Re: portlet title showing as null when not implementing doVi

2005-09-08 Thread sjlib
Thats interesting. I noticed my Tapestry 4.0 portlets doing the same thing. It doesn't seem to me that there should be a reliance on implementing doView() to display the title. I mean it doesn't seem like reasonable behavior. View the original post :

[JBoss-user] [JBoss Portal] - Re: Tapestry 4.0 Portlets in JBoss Portal 2.0 - null title ?

2005-08-04 Thread sjlib
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

[JBoss-user] [JBoss Portal] - Re: Tapestry 4.0 Portlets in JBoss Portal 2.0 - null title ?

2005-08-04 Thread sjlib
Actually, the initial cut and paste of the portlet.xml file is fine. It just doesn't render properly. If you view source, you can see that it exists. I should have used code tags like I did in the second post. Anyway, the original problem exists, title is null. Thanks. View the original post :

[JBoss-user] [JBoss Portal] - Tapestry 4.0 Portlets in JBoss Portal 2.0 - null title ?

2005-08-03 Thread sjlib
I wrote a simple HelloWorld Tapestry 4.0 portlet and deployed to JBoss 2.0. It deploys just fine and renders correctly except the title shows as null? my portlet.xml portlet-app version=1.0 xmlns=http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd;