Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 79833 invoked from network); 28 Aug 2002 08:09:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 28 Aug 2002 08:09:21 -0000 Received: (qmail 21938 invoked by uid 97); 28 Aug 2002 08:09:40 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 21864 invoked by uid 97); 28 Aug 2002 08:09:39 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 21795 invoked by uid 98); 28 Aug 2002 08:09:38 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) X-Originating-IP: [213.96.98.29] From: "Adolfo Miguelez" To: struts-user@jakarta.apache.org Bcc: Subject: Re: java.lang.IllegalStateException: Already called getOutputStream() Date: Wed, 28 Aug 2002 08:09:06 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Aug 2002 08:09:06.0509 (UTC) FILETIME=[2E00A7D0:01C24E6A] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Just a place where to look for, you can not get more than one outputStream (PrintWritter) from a servlet, i.e. as a JSP has its own OutputStream you can not create a new one. Use the PrintWritter already iun the JSP and do not create a new one. Adolfo. >From: Miguel Angel Mulero Martinez >Reply-To: "Struts Users Mailing List" >To: Struts Users Mailing List >Subject: java.lang.IllegalStateException: Already called getOutputStream() >Date: Wed, 28 Aug 2002 08:41:48 +0200 > >I'm using the CheckLogonTag with my application. The tag works perfectly. >If >it returns SKIP_BODY (that happens when the user is not authenticated) I >receive an "java.lang.IllegalStateException: Already called >getOutputStream()". > >If the user is authenticated, then the tag returns an EVAL_PAGE and the >page >loads perfectly. > >Someone can help me? > >Thanks in advance!! > > > >-- >To unsubscribe, e-mail: > >For additional commands, e-mail: > _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: For additional commands, e-mail: