Posted By:
Ruhsar_Soganci
Posted On:
Sunday, April 22, 2001 01:52 PM
EvaluationFormGeneratorServlet Hi; I am writing a servlet that generates HTML code, and I do want to use an external CSS file (named senior.css)which is in the same directory with my servlet. I'm writing this in my Servlet code: out.println(" "); but the produced page has nothing from the CSS and the servletserver.java (Im using Jbuilder3 servet server to see my pages) says that: Servlet not found senior.css I think it sees my css file as another servlet name. How can I solve that problem? Thanks.
More>>
EvaluationFormGeneratorServlet
Hi;
I am writing a servlet that generates HTML code, and I do want to use an external CSS file (named senior.css)which is in the same directory with my servlet.
I'm writing this in my Servlet code:
out.println("
");
but the produced page has nothing from the CSS and the servletserver.java (Im using Jbuilder3 servet server to see my pages) says that:
Servlet not found senior.css
I think it sees my css file as another servlet name.
How can I solve that problem?
Thanks.
<<Less