Re: Urgent question on extra line with Tomcat Jsp

2001-05-23 Thread Guido Medina
You really need a lot of help but don't worry, JSP means Java Server Page - Original Message - From: "wtonetwork.com" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 9:36 AM Subject: Re: Urgent question on extra line with Tomcat Jsp &

AW: Urgent question on extra line with Tomcat Jsp

2001-05-23 Thread Ralph Einfeldt
Mittwoch, 23. Mai 2001 15:37 > An: [EMAIL PROTECTED] > Betreff: Re: Urgent question on extra line with Tomcat Jsp > > > > I have encounter a strange behaviour with Tomcat 3.2 > > > When I use jsp to output a line to html or other format. > > > The resulting p

Re: Urgent question on extra line with Tomcat Jsp

2001-05-23 Thread wtonetwork.com
CTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 8:42 PM Subject: RE: Urgent question on extra line with Tomcat Jsp > JSP send all characters you have written into JPS. So that it passes back > all new lines > you have used in your code (including all white characters).

RE: Urgent question on extra line with Tomcat Jsp

2001-05-23 Thread Pernica, Jan
JSP send all characters you have written into JPS. So that it passes back all new lines you have used in your code (including all white characters). Jan On Wednesday, May 23, 2001 2:52 PM, wtonetwork.com [SMTP:[EMAIL PROTECTED]] wrote: > Dear all, > > I have encounter a strange behaviour with

Urgent question on extra line with Tomcat Jsp

2001-05-23 Thread wtonetwork.com
Dear all,   I have encounter a strange behaviour with Tomcat 3.2 When I use jsp to output a line to html or other format. The resulting page will append a line before the content. this make some of my applications work inproperly as they parse the content uncorrectly. Does any one encounter