You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Vitaly Baranovsky (JIRA)" <ta...@jakarta.apache.org> on 2006/08/03 09:28:16 UTC

[jira] Updated: (TAPESTRY-1042) Tapestry portlet's title doesn't display in jetspeed

     [ http://issues.apache.org/jira/browse/TAPESTRY-1042?page=all ]

Vitaly Baranovsky updated TAPESTRY-1042:
----------------------------------------

    Attachment: testTapestry.zip

Attachment contains eclipse project with tapestry portlet, that is not shows it's portlet title in jetspeed-2.1-dev. Folder driver contains war with portlet. 

> Tapestry portlet's title doesn't display in jetspeed
> ----------------------------------------------------
>
>                 Key: TAPESTRY-1042
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1042
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Portlet
>    Affects Versions: 4.0.2
>         Environment: jetspeed-2.1-dev
>            Reporter: Vitaly Baranovsky
>         Attachments: testTapestry.zip
>
>
> Good day! 
> I've developed portlet with Tapestry 4.0.2. I've deployed it in jetspeed-2.1-dev. 
> But portlet's title is empty in jetspeed. I've deployed this portlet in pluto 1.0.1, and portlet displays it's portlet title successfully. 
> my portlet.xml: 
> <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> 
>     <portlet-name>myportlet</portlet-name> 
>     <display-name>My Tapestry Portlet</display-name> 
> <portlet-class>org.apache.tapestry.portlet.ApplicationPortlet</portlet-class> 
>     <supports> 
>       <mime-type>text/html</mime-type> 
>       <portlet-mode>view</portlet-mode> 
>       <portlet-mode>help</portlet-mode> 
>     </supports> 
>     <supported-locale>en</supported-locale> 
>     <portlet-info> 
>       <title>My Tapestry Portlet</title> 
>       <short-title>tapestry-portlet</short-title> 
>     </portlet-info> 
>   </portlet> 
> </portlet-app>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org