filename="text1.rtf"
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
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