Uploaded image for project: 'Jetspeed (Retired)'
  1. Jetspeed (Retired)
  2. JS1-447

[PATCH] $conf not in context

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.4
    • 1.5
    • Layout
    • None
    • Operating System: Windows NT/2K
      Platform: PC
    • 27698

    Description

      jetstpeed-menu.vm uses $conf.getInitParameter to get "tab-width" in $width

      In VelocityPortletControl we have:
      context.put("config", getConfig() )

      When displaying $config.getClass().toString() we get:
      org.apache.jetspeed.services.resources.JetspeedResources

      We believe that
      context.put("config", getConfig() )
      should be replaced with
      context.put("conf", getConfig() )

      Now, $conf.getClass().toString() returns:
      org.apache.jetspeed.portal.BasePortletControlConfig
      and $width is not null any more

      Attachments

        Activity

          People

            Unassigned Unassigned
            avramidi@otenet.gr Dimitris Avramidis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: