Re: Include a file

2001-03-15 Thread Hans Bergsten
Eduardo Miguel Oliveira wrote: > > Hi > > I'm trying to make an include in my JSP with the tag > > > > but I always get the message: > > "java.lang.IllegalStateException: Cannot forward as OutputStream or Writer > has already been obtained" > > This appends after the code in the include file has

Re: Include a file

2001-03-15 Thread Agarwal, Shekhar (MED, TCS America)
rch 15, 2001 7:24 AM To: [EMAIL PROTECTED] Subject: Include a file Hi I'm trying to make an include in my JSP with the tag but I always get the message: "java.lang.IllegalStateException: Cannot forward as OutputStream or Writer has already been obtained" This appends after t

Include a file

2001-03-15 Thread Eduardo Miguel Oliveira
Hi I'm trying to make an include in my JSP with the tag but I always get the message: "java.lang.IllegalStateException: Cannot forward as OutputStream or Writer has already been obtained" This appends after the code in the include file has been "executed". It seem that I have to close the wr

Re: Include a file

2000-11-08 Thread Darko Cokor
Syntax is: <%@ include file="..." %> works for me on jserve+gnujsp and tomcat Regards - Original Message - From: "Sangita Gupta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 09, 2000 12:21 AM Subject: Include a file >

Re: Include a file

2000-11-08 Thread Moen, Michael
As long as you only need the include for display and not for the data structures it contains... At 11/8/2000 03:21 PM, you wrote: >Hello, > >I am new to this list. I ahve checked the archives and haven't found an >answer to this question. Can we include a file using

Include a file

2000-11-08 Thread Sangita Gupta
Hello, I am new to this list. I ahve checked the archives and haven't found an answer to this question. Can we include a file using script tag in jsp? Nothing seems to work for me other than <%@ include...%>. The reason I am trying to include using script is following. I have a jsp