The following issue has been updated:
Updater: Mark Orciuch (mailto:[EMAIL PROTECTED])
Date: Fri, 2 Apr 2004 10:45 AM
Changes:
assignee changed from Jetspeed Developer Mailing List
description changed from 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 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
environment changed from Operating System: Windows NT/2K
Platform: PC to Operating System: Windows NT/2K
Platform: PC
priority changed to Minor
Fix Version changed to 1.5
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/JS1-447?page=history
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/JS1-447
Here is an overview of the issue:
---------------------------------------------------------------------
Key: JS1-447
Summary: [PATCH] $conf not in context
Type: Bug
Status: Resolved
Priority: Minor
Resolution: FIXED
Project: Jetspeed
Components:
Layout
Fix Fors:
1.5
Versions:
1.4
Assignee:
Reporter: Dimitris Avramidis
Created: Tue, 16 Mar 2004 9:15 AM
Updated: Fri, 2 Apr 2004 10:45 AM
Environment: Operating System: Windows NT/2K
Platform: PC
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
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]