Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 5673 invoked from network); 9 Sep 2002 12:37:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 9 Sep 2002 12:37:54 -0000 Received: (qmail 1388 invoked by uid 97); 9 Sep 2002 12:38:09 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 1347 invoked by uid 97); 9 Sep 2002 12:38:08 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 1334 invoked by uid 98); 9 Sep 2002 12:38:08 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Reply-To: From: "Martin Wilson" To: Subject: problem with nested (struts) iterate tags with Tomcat 4.1.10 Date: Mon, 9 Sep 2002 13:39:22 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I have recently installed Tomcat 4.1.10, having previously used Tomcat 4.0.4. We're using Struts 1.0.2. Some of our jsp pages give the following error: Generated servlet error: [javac] Compiling 1 source file D:\jakarta\jakarta-tomcat-latest\work\Standalone\localhost\collection\jsp\al l_exhibitions_jsp.java:459: _jspx_exhibition_in_type_1 is already defined in _jspService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpSer vletResponse) java.lang.Object _jspx_exhibition_in_type_1 = exhibition_in_type; The problem appears to be whenever tags are nested. In the servlet generated from the jsp pages I can see the problem: the variable used to refer to the current object in the iteration is defined at the top of the _jspService method, and at the start of the iterate block. Is this a known issue with 4.1.10? It doesn't happen with 4.1.9. Thanks, Martin. -- To unsubscribe, e-mail: For additional commands, e-mail: