You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Bjørn Vidar Remme <bv...@gmail.com> on 2005/02/02 10:08:48 UTC

$cslink and layouts/default.vm problem (Jetspeed-1.6-dev)

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">.

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: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org