Return-Path: Delivered-To: apmail-shale-commits-archive@locus.apache.org Received: (qmail 57845 invoked from network); 7 Nov 2006 21:41:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2006 21:41:44 -0000 Received: (qmail 76737 invoked by uid 500); 7 Nov 2006 21:41:56 -0000 Delivered-To: apmail-shale-commits-archive@shale.apache.org Received: (qmail 76686 invoked by uid 500); 7 Nov 2006 21:41:55 -0000 Mailing-List: contact commits-help@shale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shale.apache.org Delivered-To: mailing list commits@shale.apache.org Received: (qmail 76677 invoked by uid 99); 7 Nov 2006 21:41:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2006 13:41:55 -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, 07 Nov 2006 13:41:43 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id DE5CC1A9846; Tue, 7 Nov 2006 13:41:16 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r472288 - in /shale/framework/trunk/shale-core/src/main: java/org/apache/shale/component/Token.java resources/META-INF/taglib.tld Date: Tue, 07 Nov 2006 21:41:16 -0000 To: commits@shale.apache.org From: rahul@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061107214116.DE5CC1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rahul Date: Tue Nov 7 13:41:16 2006 New Revision: 472288 URL: http://svn.apache.org/viewvc?view=rev&rev=472288 Log: Add comment about placing the token component as the last input component in the enclosing form, to Javadoc and TLD. SHALE-306 (in the absence of a catch-all of documentation) Modified: shale/framework/trunk/shale-core/src/main/java/org/apache/shale/component/Token.java shale/framework/trunk/shale-core/src/main/resources/META-INF/taglib.tld Modified: shale/framework/trunk/shale-core/src/main/java/org/apache/shale/component/Token.java URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-core/src/main/java/org/apache/shale/component/Token.java?view=diff&rev=472288&r1=472287&r2=472288 ============================================================================== --- shale/framework/trunk/shale-core/src/main/java/org/apache/shale/component/Token.java (original) +++ shale/framework/trunk/shale-core/src/main/java/org/apache/shale/component/Token.java Tue Nov 7 13:41:16 2006 @@ -31,7 +31,8 @@ /** *

Component that renders a transaction token input field, and then - * validates it on a subsequent form submit.

+ * validates it on a subsequent form submit. The token component must + * be the last input component child of the parent form to be processed.

* * $Id$ */ Modified: shale/framework/trunk/shale-core/src/main/resources/META-INF/taglib.tld URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-core/src/main/resources/META-INF/taglib.tld?view=diff&rev=472288&r1=472287&r2=472288 ============================================================================== --- shale/framework/trunk/shale-core/src/main/resources/META-INF/taglib.tld (original) +++ shale/framework/trunk/shale-core/src/main/resources/META-INF/taglib.tld Tue Nov 7 13:41:16 2006 @@ -100,7 +100,8 @@ Token Render a hidden input field whose value is the transaction token - for the containing form. + for the containing form. The token component must be the last + input component child of the parent form to be processed.