Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 56642 invoked by uid 500); 30 May 2001 07:30:17 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 56615 invoked from network); 30 May 2001 07:30:13 -0000 Received: from unknown (HELO odin.tnt.telenor.no) (146.192.100.5) by h31.sny.collab.net with SMTP; 30 May 2001 07:30:13 -0000 Received: from grieg.isolutions.no [193.214.236.200] by odin.tnt.telenor.no with ESMTP (SMTPD32-5.05) id AA1D4DA60120; Wed, 30 May 2001 09:06:53 +0100 Received: by GRIEG with Internet Mail Service (5.5.2650.21) id ; Wed, 30 May 2001 09:30:18 +0200 Message-ID: <4F7449DFDB94D411A9460000E20E9D3D0E364D@GRIEG> From: Terje Kristensen To: "'tomcat-user@jakarta.apache.org'" Subject: Why doesn't this work: Date: Wed, 30 May 2001 09:30:10 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Could anyone tell my why the error<% } } else { for(int i=0; i <% } } } %> If I remove the < in jsp:include, the text comes out all perfect: jsp:include page="advanced_result_PCS.jsp" flush="true"> jsp:param name="opn" value="3"/> jsp:param name="PCS" value="AC10A"/> jsp:param name="PCSR" value="A"/> /jsp:include> jsp:include page="advanced_result_PCS.jsp" flush="true"> jsp:param name="opn" value="3"/> jsp:param name="PCS" value="AC20A"/> jsp:param name="PCSR" value="A"/> /jsp:include> Thanks, Terje K.