Hi,
 I found out that in jetspeed 1.5, if I set the property leftnav.enable =
false, then the portal's images cannot be loaded normally.
 By view the source code of top.vm, default.vm and left.vm, I think the bug
is caused by the statement "#set ($LogoURI =
$clink.setURI("$LogoFile").Absolute)
", and " <img border="0" alt="$l10n.HOME" src="$LogoFile">".
After Veocity parses these lines, the $LogoURI is set to the instance of
ContentTemplateLink, but then $LogoURI.toString() never be implicted or
explicted called by Veocity, so the code in  ContentTemplateLink.toString()
to set pathToContent = null never be executed, so next time Veocity executes
the $clink.toString(), it returns a path to $LogoFile.
 
 
Yufan Shi
 
2004-6-17
 
 
 

Reply via email to