JSP include problem

2000-10-13 Thread William Woo
I'm fairly new in JSP. I was having problem with including two results of two serlvets. If I include one serlvet, it works. But not two...! It always displayed only the first one included. Anyone know why??? __ FREE Personalized Email at Mail.com Si

jsp include problem

2000-12-05 Thread arun prakash
Hi All., I'm dynamically including a jsp file as shown in the following code : <% out.println("Hello there "); String f = "freeword1"; String str = "/tmp/" + f + ".html"; try { %> <% } catch(Exception e) { %> <%=f%> <% } out.println("This is the end of the session"); %> But my pr

JSP include problem

2000-12-07 Thread Arun Prakash
Hi All, Again a problem with JSP include. Now when i include a html page using the jsp:include it works fine, but when i change the contents of the html page it keeps displaying the same old contents...how do i get rid of this ?? regards G. Arun Prakash Senior Software Engineer BTlôôksma

JSP : include problem

2000-07-24 Thread Pratik
Hi Friends I am faceing a problem in JSP:include page Tomcat Does not allow me JSP: include in my custom tag it gives javax.servlet.ServletException: Illegal to flush within a custom tag if I put flush=false then it says that org.apache.jasper.JasperException: jsp:include page="..." flush="tr

jsp : include problem

2002-11-06 Thread Kesavanarayanan, Ramesh (Cognizant)
Hi all, when i include a page in my jsp i am getting unterminated jsp:include tag error. i am using VAJ4.0 with jsp1.0 compiler. any idea why htis happens??? Regards Ramesh Kesavanarayanan [EMAIL PROTECTED] This e-mail and any files transmitted with it are for the sole use of

Re: jsp include problem

2000-12-05 Thread Sachin S. Khanna
gards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: arun prakash <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 06, 2000 6:11 AM Subject: jsp include problem > Hi All., > I'm dynamically including a jsp file as &

Re: JSP include problem

2000-12-07 Thread Hans Bergsten
Arun Prakash wrote: > > Hi All, > Again a problem with JSP include. Now when i include a html page > using the jsp:include it works fine, but when i change the contents of > the html page it keeps displaying the same old contents...how do i get > rid of this ?? Most likely it's because yo

Re: JSP include problem

2000-12-08 Thread coolfire
Jsp Code Faster is good tools ,u can goto http://jspcode.yeah.net to download it >Arun Prakash wrote: >> >> Hi All, >> Again a problem with JSP include. Now when i include a html page >> using the jsp:include it works fine, but when i change the contents of >> the html page it keeps displa

Re: jsp : include problem

2002-11-06 Thread Steven A. Martin
JSP 1.0 does not support this, only JSP 1.1. - Original Message - From: "Kesavanarayanan, Ramesh (Cognizant)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 4:42 AM Subject: jsp : include problem > Hi all, > >