Hi,
I have the same problem in 1.5. What I noticed is that the problem comes only when you disable left navigation bar. I think it has to do with the customization I've done, because, I'm not able to reproduce the problem using the sample war, even with the disabled left bar.
Although your suggestion takes care of the problem, it would be good to find out what's going wrong.
Thanks, Eugene
$cslink and layouts/default.vm problem (Jetspeed-1.6-dev)
Bjørn Vidar Remme Wed, 02 Feb 2005 01:08:54 -0800
Hi,
I just discovered that the line <base href="$clink.External">
in layouts/default.vm sometimes returns the last URL generated by the
$clink object in one of the previous requestes. The statement above
would thus expand to something like <base
href="http://mysite/theapp/portal/images/logos/somelogo.gif" <http://mysite/theapp/portal/images/logos/somelogo.gif%22>;>.
I guess there is some sort of reuse of the actual java object here so I changed the code to <base href="$clink.setURI("").External">
Can anybody confirm this problem?
Regards, Bjørn Vidar Remme
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]