thanks for all the input guys - the jsp code had noe rror (it was
checked out from pur source control and the same code works on other
machines). a combination of steps has got it working:
1. reset browser settings to default and restart browser.\
2. adding <%@ page buffer="25kb" autoFlush="true" %> to the top of the
page (i don't even know this cn make a difference, because one value is
close to the default of 18kb and the other value IS the default.

thanks to the numerous responses and for helping me get this solved!
add one to the list of unsolved mysteries ..........

-prash.

-----Original Message-----
From: Martin Gainty [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 27, 2002 2:00 PM
To: [EMAIL PROTECTED]
Cc: Narayanan, Prashanth (MED, TCS)
Subject: Re: problem in jsp page rendering



Prasanth:
We can only speculate how to solve this JSP Rendering problem without
actually seeing the code

Martin Gainty







>From: Tony LaPaso
>Reply-To: A mailing list about Java Server Pages specification and
reference
>To: [EMAIL PROTECTED]
>Subject: Re: problem in jsp page rendering
>Date: Tue, 27 Aug 2002 12:39:33 -0500
>MIME-Version: 1.0
>Received: from mc2-f28.law16.hotmail.com ([65.54.237.35]) by
mc2-s12.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.4905); Tue, 27
Aug 2002 10:52:58 -0700
>Received: from swjscmail2.java.sun.com ([192.18.99.108]) by
mc2-f28.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.4905); Tue, 27
Aug 2002 10:41:52 -0700
>Received: from swjscmail1 (swjscmail1.Sun.COM [192.18.99.107])by
swjscmail2.java.sun.com (Postfix) with ESMTPid 830C3229B1; Tue, 27 Aug
2002 11:38:31 -0600 (MDT)
>Received: from JAVA.SUN.COM by JAVA.SUN.COM (LISTSERV-TCP/IP release
1.8d) with spool id 2623480 for [EMAIL PROTECTED]; Tue, 27 Aug
2002 11:36:42 -0600
>Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com
[204.127.202.61]) by swjscmail1.java.sun.com (Postfix) with ESMTP id
D97AB4843 for ; Tue, 27 Aug 2002 11:36:41 -0600 (MDT)
>Received: from abner ([12.248.193.116]) by sccrmhc01.attbi.com
(InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id
<20020827174052.XGRV11061.sccrmhc01.attbi.com@abner> for ; Tue, 27 Aug
2002 17:40:52 +0000
>Delivered-To: [EMAIL PROTECTED]
>References:
<[EMAIL PROTECTED]>
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Mailer: Microsoft Outlook Express 6.00.2600.0000
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
>Message-ID: <002901c24df0$b4d87690$74c1f80c@abner>
>Sender: A mailing list about Java Server Pages specification and
reference
>Return-Path: [EMAIL PROTECTED]
>X-OriginalArrivalTime: 27 Aug 2002 17:41:52.0824 (UTC)
FILETIME=[07826B80:01C24DF1]
>
>The only time I've seen this is when you use a
>after the response has been already been committed. Is this a
>possibility?
>
>
>
>
>----- Original Message -----
>From: "Narayanan, Prashanth (MED, TCS)"
>
>To:
>Sent: Monday, August 26, 2002 2:56 PM
>Subject: problem in jsp page rendering
>
>
> > hello,
> > one of the pages iam trying to render comes up blank on the
>browser
> > and i can see that the html source is not complete but chopped
>off
> > halfway through an innocent looking alert statement in a
>javascript.
> > have any you had this problem before and could you offer
>suggestions as
> > to why the complete html (which is definitely created because i
>had a
> > few System.outs that proved the entire page was being created)
>is not
> > being sent to the browser but gets chopped off after exactly a
>specific
> > number of characters. (removing some lines at the top of the
>jsp allows
> > more html from below to be sent to the browser).
> > thanks!
> > prash.
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~
> > Prashanth Narayanan
> > Day: 262.544.3777
> >
> >
>=================================================================
>==========
> > To unsubscribe: mailto [EMAIL PROTECTED] with body:
>"signoff JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set
>JSP-INTEREST DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> > http://archives.java.sun.com/jsp-interest.html
> > http://java.sun.com/products/jsp/faq.html
> > http://www.esperanto.org.nz/jsp/jspfaq.jsp
> > http://www.jguru.com/faq/index.jsp
> > http://www.jspinsider.com
>
>=======================================================================
====
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
> http://archives.java.sun.com/jsp-interest.html
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.jsp
> http://www.jguru.com/faq/index.jsp
> http://www.jspinsider.com

  _____

Join the world's largest e-mail service with MSN Hotmail. Click
<http://g.msn.com/1HM1ENUS/c157??PI=44364> Here

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to