Hi

In our project, we have a common style sheet file for a number of HTML pages.
These pages are being generated by a servlet. The style sheet file is included
using "<link REL="STYLESHEET" HREF="StyleSheet.css" TYPE="text/css">. On
invoking the servlet an error message is thrown by the servlet for this line.
The message is something like cannot find "StyleSheet.css".

If I am including the style sheet code withing the servlet code, it works fine.
I guess the servlet is not able to load the style sheet file or is not able to
send the style sheet file to the client.

Could someone help me in figuring the exact problem and a possible workaround.

Thanks in advance
Shivashis

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to