Re: Whitespace Galore!

2003-07-05 Thread Neil Zanella
-- Forwarded message -- Date: Fri, 4 Jul 2003 19:15:06 -0230 (NDT) From: Neil Zanella [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Subject: Re: Whitespace Galore! On Mon, 30 Jun 2003, Rick Ross wrote: 2. There is a ton of whitespace all over my output

Re: Whitespace Galore!

2003-07-04 Thread Neil Zanella
On Mon, 30 Jun 2003, Rick Ross wrote: 2. There is a ton of whitespace all over my output. Many many newlines ... so many, that it is hard to examine the source of the output. I think that most of it is in the bodies of conditionals... anyone else having problems? Yes!!! This is the

Whitespace Galore!

2003-06-30 Thread Rick Ross
Hi all, I've been running into two little oddities that I thought might be worth some discussion. 1. I was not able to redirect a page based on a JSTL condition tag (c:if, c:choose, etc.) because the tags themselves would invariably pump some \r\n's into the page. This of course, caused a

RE: Whitespace Galore!

2003-06-30 Thread Karr, David
First of all, you will always run some risk if you try to redirect from a JSP page. Nevertheless, if the redirect is near the top of the page and your buffer size is of a reasonable size, you should be ok. If you're failing, then you either have a miniscule buffer size, or your redirect element

Re: Whitespace Galore!

2003-06-30 Thread Rick Ross
- Original Message - From: Karr, David [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Monday, June 30, 2003 1:55 PM Subject: RE: Whitespace Galore! First of all, you will always run some risk if you try to redirect from a JSP page. Nevertheless, if the redirect is near

Re: Whitespace Galore!

2003-06-30 Thread Hassan Schroeder
Rick Ross wrote: This exact character sequence: [EMAIL PROTECTED] language=java buffer=12kb autoFlush=false %%@ taglib uri=http://java.sun.com/jstl/core; prefix=c %c:if test={true} c:redirect url=http://google.com; //c:if Will always fail on my system. (notice I have no newlines.) In this case,

Re: Whitespace Galore!

2003-06-30 Thread Rick Ross
PROTECTED] Sent: Monday, June 30, 2003 3:36 PM Subject: Re: Whitespace Galore! Rick Ross wrote: This exact character sequence: [EMAIL PROTECTED] language=java buffer=12kb autoFlush=false %%@ taglib uri=http://java.sun.com/jstl/core; prefix=c %c:if test={true} c:redirect url=http://google.com

Re: Whitespace Galore!

2003-06-30 Thread Vic Cekvenich
Message - From: Hassan Schroeder [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Monday, June 30, 2003 3:36 PM Subject: Re: Whitespace Galore! Rick Ross wrote: This exact character sequence: [EMAIL PROTECTED] language=java buffer=12kb autoFlush=false %%@ taglib uri

Re: Whitespace Galore!

2003-06-30 Thread Rick Ross
No war! Peace, Not War! I'm sorry I brought it up :-) - Original Message - From: Vic Cekvenich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 30, 2003 4:58 PM Subject: Re: Whitespace Galore! I use Eclipse with SolarEclipse plug in. (oh no, IDE wars again) .V