Return-Path: Delivered-To: apmail-incubator-click-commits-archive@minotaur.apache.org Received: (qmail 92713 invoked from network); 14 Jan 2010 08:11:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jan 2010 08:11:36 -0000 Received: (qmail 2771 invoked by uid 500); 14 Jan 2010 08:11:36 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 2750 invoked by uid 500); 14 Jan 2010 08:11:36 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 2740 invoked by uid 99); 14 Jan 2010 08:11:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 08:11:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 08:11:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DE3B623889CB; Thu, 14 Jan 2010 08:11:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r899097 - /incubator/click/trunk/click/documentation/docs/faq.html Date: Thu, 14 Jan 2010 08:11:14 -0000 To: click-commits@incubator.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100114081114.DE3B623889CB@eris.apache.org> Author: sabob Date: Thu Jan 14 08:11:14 2010 New Revision: 899097 URL: http://svn.apache.org/viewvc?rev=899097&view=rev Log: fix doco. CLK-605 Modified: incubator/click/trunk/click/documentation/docs/faq.html Modified: incubator/click/trunk/click/documentation/docs/faq.html URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/faq.html?rev=899097&r1=899096&r2=899097&view=diff ============================================================================== --- incubator/click/trunk/click/documentation/docs/faq.html (original) +++ incubator/click/trunk/click/documentation/docs/faq.html Thu Jan 14 08:11:14 2010 @@ -357,15 +357,15 @@
     <h2>$messages.title</h2> 
- You can also define Field and ActionLink labels and title values in your pages + You can also define Field and AbstractLink label and title values in your pages properties file using control name lookup convention. For details please see the Javadoc: -

Field Messages

+

Control Messages

- The Field control classes share a common messages properties file: + The Control classes share a common messages properties file:
 /click-control.properties 
- The field class provides a number of - getMessage(String) + The AbstractControl class provides a number of + getMessage(String) methods which support localized strings and message formatting. Please also see the Control topic Message Properties.