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 2010/12/26 05:45:49 UTC

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

Author: sabob
Date: Sun Dec 26 04:45:49 2010
New Revision: 1052831

URL: http://svn.apache.org/viewvc?rev=1052831&view=rev
Log:
Remove auto binding from examples CLK-742

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

Modified: click/trunk/click/documentation/xdocs/src/docbook/click/chapter-configuration.xml
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-configuration.xml?rev=1052831&r1=1052830&r2=1052831&view=diff
==============================================================================
--- click/trunk/click/documentation/xdocs/src/docbook/click/chapter-configuration.xml (original)
+++ click/trunk/click/documentation/xdocs/src/docbook/click/chapter-configuration.xml Sun Dec 26 04:45:49 2010
@@ -541,7 +541,16 @@ change-password.htm  =&gt;  <token>Chang
         </para>
 
         <para>By default all pages have autobinding enabled in
-        <varname>default</varname> mode. With autobinding the ClickServlet will
+        <varname>default</varname> mode.
+        </para>
+
+        <para><emphasis role="bold">Please note:</emphasis> we recommend using
+        autobinding only for binding request parameters, not for Controls. It
+        generally leads to code that is difficult to maintain. In a future release
+        we will replace autobinding with a simpler implementation.
+        </para>
+
+        <para>With autobinding the ClickServlet will
         automatically:
         </para>