> From: Robbert [mailto:[EMAIL PROTECTED] 
> Subject: Re: CSS not being used when a Servlet is involved
> 
> I'm calling the Servlet with
> <jsp:include page="StatistiekServlet" flush="true" />

Shouldn't the above be:
<jsp:include page="/StatistiekServlet" flush="true" />

Isn't the leading slash required to make the reference relative to the
context rather than the location of the JSP?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to