Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 49610 invoked from network); 14 Dec 2000 16:32:16 -0000 Received: from unknown (HELO ws7.internet.web-sites.com) (216.177.10.220) by locus.apache.org with SMTP; 14 Dec 2000 16:32:16 -0000 Received: from ISAAC (unverified [64.31.70.101]) by ws7.internet.web-sites.com (Rockliffe SMTPRA 4.2.4) with SMTP id for ; Thu, 14 Dec 2000 11:32:13 -0500 From: "Dave Newton" To: Subject: RE: declaring a class in JSP Date: Thu, 14 Dec 2000 11:32:09 -0500 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.2910.0) In-Reply-To: <023c01c065bc$8647e6d0$7e0aa8c0@infomatec.de> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > > Yo dudes, > > I have this JSP: > > <% private class Something{} > > %> > You forgot the Exclamation Mark (!) > The correct Syntax is: > <%! private class Something{} I thought he forgot the semicolon~it's legal to do a declaration without the ! (isn't it?! :) Dave