I was missing a $ in the true statment. Now redirect seems to work fine, as
long as the buffer doesn't flush.

On an unrelated note:-)    What editor do you all use for JSP/JSTL code?

R

----- Original 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="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,
> > the _jsp.java file does not have a single out.write() statement, yet it
> > still fails.  It's not the c:redirect either, because <%
> > response.sendRedirect() %> fails there as well.
>
> > And finally, of course I have other problems!!  I'm writing to this
list,
> > aren't I?
>
> Yeah, I think that's key :-)  This following snippet will redirect
> if it's at the top, middle, wherever of a page on my system, which
> is Tomcat 4.1.18, JDK 1.4.0, W2K.
>
> <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
> <c:if test="${true}">
> <c:redirect url="http://google.com/"/>
> </c:if>
>
> And I've never had any problems with redirects, as scriptlets or as
> taglib output.
>
> So I'd say there's something suspect in your installation. When you
> say the redirect fails, is there anything logged?
>
> --
> Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
> Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
>
>                            dream.  code.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to