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/11/14 06:27:30 UTC

svn commit: r1034933 - /click/trunk/click/documentation/docs/roadmap-changes.html

Author: sabob
Date: Sun Nov 14 05:27:29 2010
New Revision: 1034933

URL: http://svn.apache.org/viewvc?rev=1034933&view=rev
Log:
roadmap

Modified:
    click/trunk/click/documentation/docs/roadmap-changes.html

Modified: click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/roadmap-changes.html?rev=1034933&r1=1034932&r2=1034933&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Sun Nov 14 05:27:29 2010
@@ -174,9 +174,13 @@ Action support and light-weight stateful
       </div>
       <ul style="padding: 0em; margin-left:0em;margin-bottom: 2em">
           <li class="change">
-              Improve fields to only be processed if there is a matching request
+              Improve fields to only be processed if they have an incoming request
               parameter. This improvement streamlines dynamic forms since fields
-              added at runtime won't bind their values or be validated
+              added at runtime during s POST request won't bind their values and
+              won't be validated for that request. In subsequent requests the Field
+              will have an incoming parameter and so will have it's value bound and
+              validated. Another advantage is that dynamically added Fields won't
+              have their default value overridden in the POST request they were added in
             [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-722">CLK-722</a>].
           </li>
           <li class="change">