You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/04/17 07:53:23 UTC

svn commit: r765852 - /incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-configuration.xml

Author: sabob
Date: Fri Apr 17 05:53:23 2009
New Revision: 765852

URL: http://svn.apache.org/viewvc?rev=765852&view=rev
Log:
updated docs

Modified:
    incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-configuration.xml

Modified: incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-configuration.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-configuration.xml?rev=765852&r1=765851&r2=765852&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-configuration.xml (original)
+++ incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-configuration.xml Fri Apr 17 05:53:23 2009
@@ -418,7 +418,7 @@
         <title>Page Autobinding</title>
 
         <para>By default all pages have autobinding enabled. With autobinding
-        enabled the ClickServlet will automatically:
+        the ClickServlet will automatically:
         </para>
 
         <itemizedlist>
@@ -428,8 +428,8 @@
             </para>
           </listitem>
           <listitem>
-            <para> if the public control's name is not defined, its name will be
-            set to the the value its field name
+            <para> if the public control name is not defined, its name will be
+            set to the value of its field name
             </para>
           </listitem>
           <listitem>
@@ -440,7 +440,8 @@
             </para>
           </listitem>
           <listitem>
-            <para> add any public page fields to the page model, before rendering</para>
+            <para> add any public page fields to the page model (this step occurs
+            right before the page is rendered)</para>
           </listitem>
         </itemizedlist>