-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

I don't know anything about JSSI but for regular servlets you can't redirect after you 
have started emitting the body of your
response. I'd imagine it's the same for JSSI.

Apologies in advance if this is of no use. I figure anyone working at 9:30 on a Sunday 
evening would appreciate any response.

***********************************************************
Brett Knights                             626-432-5767 work
[EMAIL PROTECTED]                 626-355-1017 home
***********************************************************

> -----------------------------
>
> I have installed JSSI 1.2 and seem to have a problem.
> I have a servlet that does res.sendRedirect(strURL);
>
> If I put my SERVLET tag BEFORE any HTML
> then redirect works. However redirection does not work
> if I generate any html before redirecting to the URL
> I need (suppose I put SERVLET tag inside html body).
>
> I tried to redirect from within the servlet that generates
> HTML from start to the end and that works fineB.
>
> Is this a limitation of JSSI or am I doing something wrong
> here. In any case your help is appreciated.
>
> Thanks,
> Alex.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to