Re: CSS file and Servlet

2001-06-01 Thread Messias
filename="text1.rtf"

Re: CSS file and Servlet

2001-05-31 Thread Luca Aurel
Have you tried and it didn't work ? I'm using .css in JSPs without any problem (and JSPs are converted into servlets, so ...) Just use it as you'd normally use them in plain HTML. I mean, like this: PrintWriter out=response.getWriter(); // print HTML tags (, , etc...) out.println(""); , where

Re: CSS file and Servlet

2001-05-31 Thread Nathan Meyers
Messias wrote: > Hi all, > I'd like to know if it's possible to use .css file with servlets and if > it's, how can I do it ? > TIA, > Messias A .css is (usually) just a file. Your servlet engine needs to be configured to serve up files, and you need to place the .css somewhere the servlet engine