Re: Strange Bug

2000-10-19 Thread Hensley, Zachary
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

Re: Strange Bug

2000-06-28 Thread Sachin S. Khanna
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

Re: Strange Bug

2000-06-28 Thread Thomas Preston
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

Re: Strange Bug

2000-06-28 Thread jonny doe
> "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

Re: Strange Bug

2000-06-28 Thread Thomas Preston
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 >

Re: Strange Bug

2000-06-28 Thread Sachin S. Khanna
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 -

Re: Strange Bug

2000-06-28 Thread Paul Holser
> -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

Strange Bug

2000-06-28 Thread Sachin S. Khanna
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