Yes, I mean the portlet title.

This is the source of my portlet: http://slil.ru/22942583 (Download will
start automatically after 5 seconds... This link will be inactive after
month)

David Sean Taylor <[EMAIL PROTECTED]> wrote on 20.07.2006 18:34:13:

> When you say 'portlet header', do you mean the portlet title?
>
> [EMAIL PROTECTED] wrote:
> > Good day!
> >
> > I've developed portlet with Tapestry. I've deployed it in
jetspeed-2.1-dev.
> > But portlet's
> > header is empty in jetspeed. I've deployed this portlet in pluto 1.0.1,
and
> > portlet displays it's portlet header successfully.
> >
> > Any ideas why this would happen? Please, help me!
> >
> > Thanks!
> >
> > Sorry for my bad English.
> >
> > With best regards,
> > Vitaly Baranovsky
> >
> >
> > 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>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
>
> --
> David Sean Taylor
> Bluesunrise Software
> [EMAIL PROTECTED]
> [office] +01 707 773-4646
> [mobile] +01 707 529 9194
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to