Return-Path: Delivered-To: apmail-tiles-users-archive@locus.apache.org Received: (qmail 24742 invoked from network); 17 Oct 2008 08:25:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2008 08:25:51 -0000 Received: (qmail 71805 invoked by uid 500); 17 Oct 2008 08:25:52 -0000 Delivered-To: apmail-tiles-users-archive@tiles.apache.org Received: (qmail 71787 invoked by uid 500); 17 Oct 2008 08:25:52 -0000 Mailing-List: contact users-help@tiles.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@tiles.apache.org Delivered-To: mailing list users@tiles.apache.org Received: (qmail 71776 invoked by uid 99); 17 Oct 2008 08:25:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2008 01:25:52 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of antonio.petrelli@gmail.com designates 209.85.128.189 as permitted sender) Received: from [209.85.128.189] (HELO fk-out-0910.google.com) (209.85.128.189) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2008 08:24:45 +0000 Received: by fk-out-0910.google.com with SMTP id 19so425374fkr.8 for ; Fri, 17 Oct 2008 01:25:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=LiuyruVc6wiCABrjGs7fTcOUC8jkUAiF6KtP5kcPg+4=; b=w57Mm7TuaX4wQymd2sFWYALNyPkIMSFTZ2sCs0lmVjTUtxLzgfAkJsDFaMIBA3hdGk JUmGMIgK4ExRukhXZ3xg/tF0nNRWl78+yeYPtoljY0fOIfHgEbhEttOw9SDZpVZqaTph 7kf5xlvzHhNe6QwNExIHFe/uS/yPOtWAkzTIo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=yAn4fNwH3zRjC490PIJRFK6yogm8TC/D3g2Echv+A0qCbdP0ulV7TaQoS+DVbJAWOH Id1/IFKoqfbwAJfWG5oh2nRB/aUNwPvWqGJChO+yIaNAOIdKzxqClKDVuuHf4qPuYRHc RTTgqiLVtv8j5mMGhGup4VDZPYxU3LvLLJGxM= Received: by 10.187.211.13 with SMTP id n13mr494539faq.94.1224231921593; Fri, 17 Oct 2008 01:25:21 -0700 (PDT) Received: by 10.187.211.4 with HTTP; Fri, 17 Oct 2008 01:25:21 -0700 (PDT) Message-ID: Date: Fri, 17 Oct 2008 10:25:21 +0200 From: Antonio To: users@tiles.apache.org Subject: Re: how to detect when an attribute value is not found In-Reply-To: <48F84B26.8070701@universia.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48F84676.7050200@universia.net> <48F84B26.8070701@universia.net> X-Virus-Checked: Checked by ClamAV on apache.org 2008/10/17 Daniel Francisco Sabugal : > But I think that if you do it, it would be nice to have a configuration > parameter allowing to enable/disable this feature of throwing exceptions > when a resource is not found. The tag has already an "ignore" flag, it could be used for this purpose. Antonio