Jay - 

I have seen this as well - it normally occurred after I had a template 
blow up, or I was replacing templates on the fly.  I changed the base line 
in /WEB-INF/templates/vm/layouts/default.vm (normally about the 3rd line) 
from:

<base href="$clink">

to

<base href="$clink.setURI("").external">

I haven't seen the problem again.  I believe the problem occurs because 
the $clink URI is changed somewhere down the line, but in some error 
cases, it does not get set back correctly.  Then (in the base tag) the uri 
is something other than what we want?  Just a guess...

Eric Olson




"Jeremy Ford" <[EMAIL PROTECTED]> 
08/10/2004 01:10 PM
Please respond to
"Jetspeed Users List" <[EMAIL PROTECTED]>


To
[EMAIL PROTECTED]
cc

Subject
RE: problems with the base tag






This has been reported in the past, but I have been unable to replicate 
the 
issue.

Jeremy Ford
[EMAIL PROTECTED]


>From: Jay Gallagher <[EMAIL PROTECTED]>
>Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
>To: Jetspeed Users List <[EMAIL PROTECTED]>
>Subject: problems with the base tag
>Date: Tue, 10 Aug 2004 13:15:12 -0400
>
>Im having problems with the base tag in Jetspeed 1.5
>
>it should be
><base href="https://localhost:8443/jportal/";>
>
>but randomly seems to change to.
>
><base href="https://localhost:8443/jportal/images/jportal.gif";>
>
>
>has any one else seen something like this or know what could cause it?
>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! 

hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to