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

JSP Portlet Decorators: Decorator-specific decorator.jsp ignored

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.1.3
    • 2.2.0
    • Decorations/Themes
    • None
    • All operating systems, all app servers, all JDKs

    Description

      The JSP portlet decorators always use:

      jetspeed/decorations/portlet/decorator.jsp

      If you have a decorator named "my-decorator", then the layout should check for a file named:

      jetspeed/decorations/portlet/my-decorator/decorator.jsp

      and if found, use that. Otherwise fall back to the default.

      The following info came from Woonsan Ko (thanks!):

      BEGIN QUOTE

      In the /jetspeed/WEB-INF/templates/layout/html/*/ folders, there are layout.jsp containing the some code fragments like the following:

      String _tempPath = _frag.getDecoration().getBasePath();
      String _portletJSP = _tempPath.substring(0,_tempPath.lastIndexOf('/')) +
      "/decorator.jsp";

      I think you can modify the above as follows:

      String _portletJSP = "/" + _frag.getDecoration().getResource("decorator.jsp");

      END QUOTE

      This works well.

      Attachments

        1. jsp_portlet_decorator.patch
          3 kB
          Aaron Evans

        Activity

          People

            woon_san Woonsan Ko
            aaronmevans Aaron Evans
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1h
                1h
                Remaining:
                Remaining Estimate - 1h
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified