Re: Newline doesn't work

2009-03-18 Thread André Warnier
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

Re: Newline doesn't work

2009-03-18 Thread Mighty Tornado
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'

RE: Newline doesn't work

2009-03-18 Thread Ilya Kazakevich
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

RE: Newline doesn't work

2009-03-18 Thread Caldarale, Charles R
> 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

Re: Newline doesn't work

2009-03-18 Thread Timothy J Schumacher
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

Newline doesn't work

2009-03-18 Thread Mighty Tornado
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.