Uploaded image for project: 'Jetspeed 2 (Retired)'
  1. Jetspeed 2 (Retired)
  2. JS2-566

Tapestry portlet's header doesn't display in jetspeed

    XMLWordPrintableJSON

Details

    Description

      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.

      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>

      Attachments

        1. testTapestry.zip
          5.20 MB
          Vitaly Baranovsky

        Activity

          People

            Unassigned Unassigned
            barvetal Vitaly Baranovsky
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: