Hi,
I found the root of our (/)images problem:
The ECS layout uses a <base> tag, the JSP layout didn't. That's why
"images/max.gif" worked well with ecs but not with JSPs (and why I used
absolute links to the images). These absolute links are fine as long as you
run jetspeed in the default web application "/", but they don't work with a
own jetspeed application (e.g. "/jetspeed/"). That's how Mike seems to have
his jetspeed configured.
Anyway, not that the problem is clear, it's easy to fix: I changed all
"/images" paths to "images" and I will add a <base> tag to the desfault.jsp.
ingo.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?: [EMAIL PROTECTED]