Mighty Tornado wrote:
Thank you all. The answers were very valuable and I got the thing to work.
You don't seem to realise how nice they all were. I tell you, no
technical issue is too complex for these guys.
-
To unsubscrib
essage-
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> Sent: Wednesday, March 18, 2009 7:41 PM
> To: Tomcat Users List
> Subject: RE: Newline doesn't work
>
> > From: Mighty Tornado [mailto:mighty.torn...@gmail.com]
> > Subject: Newline doesn'
doesn't work
> From: Mighty Tornado [mailto:mighty.torn...@gmail.com]
> Subject: Newline doesn't work
>
> But when I try to make it a string with newline characters it still
> prints everything in one line - like newline characters turn into
> regular space characters
> From: Mighty Tornado [mailto:mighty.torn...@gmail.com]
> Subject: Newline doesn't work
>
> But when I try to make it a string with newline characters it
> still prints everything in one line - like newline characters
> turn into regular space characters.
That's t
Try
If this is going to be displayed by a browser then try:
String newline = "";
-Tim
Mighty Tornado wrote:
Silly question.
I wrote a servlet that gets init params from the web.xml and stuffs them
into the request which is the displayed by JSP.
But when I try to make it a string with newline
Silly question.
I wrote a servlet that gets init params from the web.xml and stuffs them
into the request which is the displayed by JSP.
But when I try to make it a string with newline characters it still prints
everything in one line - like newline characters turn into regular space
characters.