DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27698>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27698

$conf not in context

           Summary: $conf not in context
           Product: Jetspeed
           Version: 1.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Layout
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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

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

Reply via email to