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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to