Caldarale, Charles R wrote:
> 
>> 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
> 
> 
> 

Ah, yes. I mistook the "/ for a \" in my rush.. But it says <jsp:include
page="/StatistiekServlet" flush="true" /> where I want to include the
Servlet.

-- 
View this message in context: 
http://www.nabble.com/CSS-not-being-used-when-a-Servlet-is-involved-tf2521410.html#a7036862
Sent from the Tomcat - User mailing list archive at Nabble.com.


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