Return-Path: Delivered-To: apmail-tiles-commits-archive@locus.apache.org Received: (qmail 38959 invoked from network); 6 Feb 2007 08:06:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2007 08:06:58 -0000 Received: (qmail 64393 invoked by uid 500); 6 Feb 2007 08:07:05 -0000 Delivered-To: apmail-tiles-commits-archive@tiles.apache.org Received: (qmail 64376 invoked by uid 500); 6 Feb 2007 08:07:05 -0000 Mailing-List: contact commits-help@tiles.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tiles.apache.org Delivered-To: mailing list commits@tiles.apache.org Received: (qmail 64367 invoked by uid 99); 6 Feb 2007 08:07:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 00:07:05 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 00:06:57 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 72F131A981A; Tue, 6 Feb 2007 00:06:37 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r504021 - in /tiles/framework/trunk/tiles-test/src/main/webapp: index.jsp putattributeslayout.jsp testputlist.jsp Date: Tue, 06 Feb 2007 08:06:37 -0000 To: commits@tiles.apache.org From: apetrelli@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070206080637.72F131A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: apetrelli Date: Tue Feb 6 00:06:36 2007 New Revision: 504021 URL: http://svn.apache.org/viewvc?view=rev&rev=504021 Log: Added a test for putList tag. Modified the "putattributeslayout.jsp" file to insert attributes taken from a list. Added: tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp (with props) Modified: tiles/framework/trunk/tiles-test/src/main/webapp/index.jsp tiles/framework/trunk/tiles-test/src/main/webapp/putattributeslayout.jsp Modified: tiles/framework/trunk/tiles-test/src/main/webapp/index.jsp URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test/src/main/webapp/index.jsp?view=diff&rev=504021&r1=504020&r2=504021 ============================================================================== --- tiles/framework/trunk/tiles-test/src/main/webapp/index.jsp (original) +++ tiles/framework/trunk/tiles-test/src/main/webapp/index.jsp Tue Feb 6 00:06:36 2007 @@ -43,6 +43,7 @@ Test Put Tag
Test Put Tag using EL
Test Put Tag using a servlet mapping as a template
+ Test Put List Tag
Test importAttribute Tag
Test importAttribute Tag with no name
Test Tiles Definition Filter
Modified: tiles/framework/trunk/tiles-test/src/main/webapp/putattributeslayout.jsp URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test/src/main/webapp/putattributeslayout.jsp?view=diff&rev=504021&r1=504020&r2=504021 ============================================================================== --- tiles/framework/trunk/tiles-test/src/main/webapp/putattributeslayout.jsp (original) +++ tiles/framework/trunk/tiles-test/src/main/webapp/putattributeslayout.jsp Tue Feb 6 00:06:36 2007 @@ -29,6 +29,6 @@ The attribute "list" contains these values:
    -
  • +
Added: tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp?view=auto&rev=504021 ============================================================================== --- tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp (added) +++ tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp Tue Feb 6 00:06:36 2007 @@ -0,0 +1,33 @@ +<%-- +/* + * $Id$ + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ +--%> +<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> + + + + + + + + + \ No newline at end of file Propchange: tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp ------------------------------------------------------------------------------ svn:eol-style = native Propchange: tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL