Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 91531 invoked from network); 6 Oct 2006 11:58:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2006 11:58:27 -0000 Received: (qmail 39304 invoked by uid 500); 6 Oct 2006 11:58:25 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 39270 invoked by uid 500); 6 Oct 2006 11:58:24 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 39261 invoked by uid 99); 6 Oct 2006 11:58:24 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Oct 2006 04:58:24 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received: from [140.211.166.113] ([140.211.166.113:51089] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id A8/A7-18133-FD446254 for ; Fri, 06 Oct 2006 04:58:24 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 095F11A981A; Fri, 6 Oct 2006 04:58:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r453564 - in /struts/sandbox/trunk/tiles: src/site/fml/faq.fml tiles-core/src/main/java/org/apache/tiles/taglib/GetTag.java tiles-core/src/main/resources/META-INF/tiles-core.tld Date: Fri, 06 Oct 2006 11:58:20 -0000 To: commits@struts.apache.org From: apetrelli@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061006115821.095F11A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: apetrelli Date: Fri Oct 6 04:58:20 2006 New Revision: 453564 URL: http://svn.apache.org/viewvc?view=rev&rev=453564 Log: SB-21 Removed and GetTag and added a FAQ entry to explain how to replace that tag in existing code. Removed: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/GetTag.java Modified: struts/sandbox/trunk/tiles/src/site/fml/faq.fml struts/sandbox/trunk/tiles/tiles-core/src/main/resources/META-INF/tiles-core.tld Modified: struts/sandbox/trunk/tiles/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/src/site/fml/faq.fml?view=diff&rev=453564&r1=453563&r2=453564 ============================================================================== --- struts/sandbox/trunk/tiles/src/site/fml/faq.fml (original) +++ struts/sandbox/trunk/tiles/src/site/fml/faq.fml Fri Oct 6 04:58:20 2006 @@ -19,6 +19,18 @@ Tiles 2 Taglib + + What happened to &lt;tiles:get&gt; tag? + + +

The &lt;tiles:get&gt; has been removed, + along with its class GetTag. Use + &lt;tiles:insert&gt; instead, + eventually specifiying ignore="true", that was + the default in &lt;tiles:get&gt;. +

+
+
What happened to 'attribute' and 'definition'? Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/resources/META-INF/tiles-core.tld URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/resources/META-INF/tiles-core.tld?view=diff&rev=453564&r1=453563&r2=453564 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-core/src/main/resources/META-INF/tiles-core.tld (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/resources/META-INF/tiles-core.tld Fri Oct 6 04:58:20 2006 @@ -351,68 +351,6 @@ - get - org.apache.tiles.taglib.GetTag - empty - - - Gets the content from request scope that was put there by a - put tag.

-

Retrieve content from tile context and include it.

-

Take into account the 'type' attribute.

- ]]> -
- - name - true - true - - The name of the content to get from template scope.

- ]]> -
-
- - ignore - false - true - boolean - - - If this attribute is set to true, and the attribute specified by the name - does not exist, simply return without writing anything. The default value is false, which will - cause a runtime exception to be thrown. -

- ]]> -
-
- - flush - false - false - boolean - - True or false. If true, current page out stream is flushed before - insertion.

- ]]> -
-
- - role - false - true - - If the user is in the specified role, the tag is taken into account; - otherwise, the tag is ignored (skipped).

- ]]> -
-
-
- getAsString org.apache.tiles.taglib.GetAttributeTag empty