h
-Original Message-
From: Thomas Preston [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 28, 2000 11:20 AM
To: [EMAIL PROTECTED]
Subject: Re: Strange Bug
Hi,
Jsp uses buffer. When you start to send html back to client from server
side, it doesn't just start sending it immediately
lanorder.com
- Original Message -
From: Thomas Preston <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 28, 2000 8:49 PM
Subject: Re: Strange Bug
> Hi,
>
> Jsp uses buffer. When you start to send html back to client from server
> side, it doe
chin S. Khanna" <[EMAIL PROTECTED]>
> > >Reply-To: A mailing list about Java Server Pages
> > specification and
> > > reference <[EMAIL PROTECTED]>
> > >To: [EMAIL PROTECTED]
> > >Subject: Strange Bug
> > >Date: Wed, 28 Jun 2000
> "committed". If this is the
> problem, then you are getting an exception on the
> page somewhere...
>
>
> >From: "Sachin S. Khanna" <[EMAIL PROTECTED]>
> >Reply-To: A mailing list about Java Server Pages
> specification and
> > referen
t;
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Strange Bug
>Date: Wed, 28 Jun 2000 16:01:15 +0530
>
>I have a simple jsp which uses a bean to send an email. The code is working
>
n();
if(b)
System.out.println("Success");
else
System.out.println("It did not work ");
}
}
Looking forward to hearing from you guys :-).
Have a nice day.
With regards,
Sachin S. Khanna.
www.emailanorder.com
-
> -Original Message-
> From: Sachin S. Khanna [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 28, 2000 5:31 AM
> To: [EMAIL PROTECTED]
> Subject: Strange Bug
>
>
> I have a simple jsp which uses a bean to send an email. The
> code is working
> fine on one server but t
I have a simple jsp which uses a bean to send an email. The code is working
fine on one server but throwing the following error on the other:
java.lang.IllegalStateException: Response has already been committed
What could be the reason for this kind of strange behaviour.
Have a nice day.
With rega