Remove auto binding from examples CLK-742

git-svn-id: https://svn.apache.org/repos/asf/click/trunk/click@1052831 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/documentation/xdocs/src/docbook/click/chapter-configuration.xml b/documentation/xdocs/src/docbook/click/chapter-configuration.xml
index 262f89f..2f511ee 100644
--- a/documentation/xdocs/src/docbook/click/chapter-configuration.xml
+++ b/documentation/xdocs/src/docbook/click/chapter-configuration.xml
@@ -541,7 +541,16 @@
         </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>