Eugene Apanasenko
Thu, 21 Apr 2005 07:30:41 -0700
Hi,
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]