Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 66945 invoked from network); 5 Jul 2006 01:26:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2006 01:26:23 -0000 Received: (qmail 52525 invoked by uid 500); 5 Jul 2006 01:26:19 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 52456 invoked by uid 500); 5 Jul 2006 01:26:18 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 52445 invoked by uid 99); 5 Jul 2006 01:26:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 18:26:18 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jhalterman@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 18:26:17 -0700 Received: by nf-out-0910.google.com with SMTP id a27so863185nfc for ; Tue, 04 Jul 2006 18:25:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GBrTxN2pnyKChNalzOt2esEEwL8A3DQNflaOL44mIGymZ6LoNxStgzlkXeBwS74iPbyRdcSgtWMzFRFnmCXUyyaYK1jN2oKK/M0Bxb93Jia7R4F9QOlhKxgzjWp5BxfDEPGzqf6ObEc4+pxUvnGxaoxSaeaxy4na39xnSOAvzdk= Received: by 10.48.202.15 with SMTP id z15mr3757571nff; Tue, 04 Jul 2006 18:25:56 -0700 (PDT) Received: by 10.49.54.11 with HTTP; Tue, 4 Jul 2006 18:25:26 -0700 (PDT) Message-ID: <632cf8330607041825i20831f9dx522f60c525323f12@mail.gmail.com> Date: Tue, 4 Jul 2006 18:25:26 -0700 From: "Jonathan Halterman" To: commons-user@jakarta.apache.org Subject: [jelly] Stop script execution (return tag?) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Is there a nice way to stop execution of a jelly script or skip over execution of the remainder of a script? I am thinking of something like a "return" tag, but so far I haven't come up with a way to implement this that would work with the existing core tags. Any ideas are appreciated. Thanks, Jonathan --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org