Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@apache.org Received: (qmail 73767 invoked from network); 9 May 2003 12:22:01 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 9 May 2003 12:22:01 -0000 Received: (qmail 23817 invoked by uid 97); 9 May 2003 12:24:05 -0000 Delivered-To: qmlist-jakarta-archive-taglibs-user@nagoya.betaversion.org Received: (qmail 23810 invoked from network); 9 May 2003 12:24:05 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 9 May 2003 12:24:05 -0000 Received: (qmail 73555 invoked by uid 500); 9 May 2003 12:21:58 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 73476 invoked from network); 9 May 2003 12:21:58 -0000 Received: from umbongo.flamefew.net (64.253.103.114) by daedalus.apache.org with SMTP; 9 May 2003 12:21:57 -0000 Received: by umbongo.flamefew.net (Postfix on Linux (i386), from userid 500) id D3FE63A252A; Fri, 9 May 2003 08:21:57 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by umbongo.flamefew.net (Postfix on Linux (i386)) with ESMTP id D2ECE296EB8 for ; Fri, 9 May 2003 08:21:57 -0400 (EDT) Date: Fri, 9 May 2003 08:21:57 -0400 (EDT) From: Henri Yandell X-X-Sender: To: Tag Libraries Users List Subject: Re: missing if/else syntax (What about catch?) In-Reply-To: <3EBB9401.9060507@latte.harvard.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 9 May 2003, Mark R. Diggory wrote: > Henri Yandell wrote: > > I disagree about the need for a try, it would be redundant unless a > > finally block was offered. However I agree with the need for catch to have > > an argument taking an Exception type. I'm not sure if this is planned for > > JSTL's next version, but I know I mean to add it to unstandard whenever I > > get around to it. > > > > Hen > > In defense of my argument, lets run through some examples where one > could get away without the "try" tag. > > In your future "unstandard" case you'd need to wrap the catch tags > around eachother > > > > > > > > This is what I imagine in Unstandard. Same concept as JSTL, but with that additional parameter. I agree with all of the rest of the points of your email, if someone was to go further and have a far more Java like concept of executional blocks of code in the try and catch then I think your taglib would be the way to go. URL for your taglib? :) Hen --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-user-help@jakarta.apache.org