Return-Path: Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 41216 invoked from network); 22 Aug 2000 07:17:38 -0000 Received: from unknown (HELO conan.hnett.no) (193.217.42.134) by locus.apache.org with SMTP; 22 Aug 2000 07:17:38 -0000 Received: from LEDA (128.39.154.194[128.39.154.194])by MAILSERVER(MailMax 2.024) with ESMTP id 0 for erik.dybdahl@tellus.no; Tue, 22 Aug 2000 09:17:08 +0100 WDT Message-ID: <003201c00c09$03fd3a20$c29a2780@LEDA> Reply-To: =?iso-8859-1?Q?Erik_Gr=F8ntoft_Dybdahl?= From: =?iso-8859-1?Q?Erik_Gr=F8ntoft_Dybdahl?= To: Subject: org.apache.jasper.JasperException: Unable to compile class for JSPC Date: Tue, 22 Aug 2000 09:17:22 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello, I'm sorry if this is the wrong place for such questions, but I did not find any other resources. I have two nested tags, each of them with an attribute, like this: This causes a compilation error, because the generated source tries to declare a variable named id two times in the same scope: String id = null; id = (String) pageContext.findAttribute("id"); It is not clear to me what is going on here, though. Can anybody explain (or tell me where such questions should be placed)? I use TomCat 3.1. Thanks, erik