|
Regardless of whether you like it or not, I hate to say
it but it is you that is including these not Orion. You can easily remove
them, you just don't like the way to do it.
In fact I'm fairly sure its part of the JavaServer
Pages spec that everything is included on the resulting page. I would also
disagree that its an oversight, personally I would rather have everything I put
there rather than some filter to clean up after me. As a case in point I
have a jsp page that generates a PDF file on the fly, if the line breaks were
not included verbatim it would take alot of figuring out where the line breaks
truly belong and artifically inserting them.
If these \r\n's are that significant of a problem for
you and you really find that you can't clean up these youself, you can always do
things the hard way and avoid opening and closing the jsp delimiters, for
example do includes like this:
<%
pageContext.include(urlA);
pageContext.include(urlB);
%>
But then you're losing the clarity of your for a few
bytes of saved space.
-----Original Message-----
From: Sergei Batiuk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 6:33 AM To: Orion-Interest Subject: Re: Orion's JSP generated code
|
- Orion's JSP generated code Sergei Batiuk
- Seting up Orion's for handling JSP sachin
- RE: Orion's JSP generated code Kevin Duffey
- Re: Orion's JSP generated code Marcel Schutte
- RE: Orion's JSP generated code Aaron Tavistock
- Re: Orion's JSP generated code Sergei Batiuk
- Re: Orion's JSP generated code Johan Fredriksson
- RE: Orion's JSP generated code Aaron Tavistock
- RE: Orion's JSP generated code Galde, Ben
