Re: Orion's JSP generated code

2001-07-25 Thread Johan Fredriksson
thing like that. I agree this will be difficult when including different pages. Johan - Original Message - From: Sergei Batiuk To: Orion-Interest Sent: Tuesday, July 24, 2001 3:32 PM Subject: Re: Orion's JSP generated code % foo(); %% bar(); %

Re: Orion's JSP generated code

2001-07-24 Thread Sergei Batiuk
always add as many \r\n's to my page as I wish. But there is no way to remove unnecessary ones. Best regards, Sergei. - Original Message - From: Aaron Tavistock To: Orion-Interest Sent: Monday, July 23, 2001 10:00 PM Subject: RE: Orion's JSP generated code

RE: Orion's JSP generated code

2001-07-24 Thread Aaron Tavistock
: Orion's JSP generated code % foo(); %% bar(); % This looks like a nice idea!However: IfI have several jsp's to include into one page, each will add the \r\n. My opinion is that this is not a philsophical difference, but something that orion server developers

RE: Orion's JSP generated code

2001-07-23 Thread Aaron Tavistock
JSP is intended to be portable into other formats that may think whitespace is important. -Original Message-From: Sergei Batiuk [mailto:[EMAIL PROTECTED]]Sent: Friday, July 20, 2001 3:25 AMTo: Orion-InterestSubject: Orion's JSP generated code Hi forum, I have noticed

RE: Orion's JSP generated code

2001-07-21 Thread Kevin Duffey
20, 2001 3:25 AMTo: Orion-InterestSubject: Orion's JSP generated code Hi forum, I have noticed that when I use scriplets or tags in my JSPs, orion puts "\r\n" into the outputstream code for each tag. This results in many blank lines in the generated HTML code. In

Orion's JSP generated code

2001-07-20 Thread Sergei Batiuk
Hi forum, I have noticed that when I use scriplets or tags in my JSPs, orion puts "\r\n" into the outputstream code for each tag. This results in many blank lines in the generated HTML code. In comparison,PHPscripletsdo not produce these blank lines. Does anyone know how to "beautify" the