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/11 12:31:33 UTC

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

Author: sabob
Date: Thu Nov 11 11:31:33 2010
New Revision: 1033894

URL: http://svn.apache.org/viewvc?rev=1033894&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=1033894&r1=1033893&r2=1033894&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Thu Nov 11 11:31:33 2010
@@ -88,13 +88,13 @@ Action support and light-weight stateful
       </div>
       <ul style="padding: 0em; margin-left:0em;margin-bottom: 2em">
         <li>
-          Ajax support.
+          <a href="user-guide/html/ch04.html">Ajax</a> support.
         </li>
         <li>
-          Page Action support.
+          <a href="user-guide/html/ch02s07.html">Page Action</a> support.
         </li>
         <li>
-          Stateful Controls.
+          <a href="click-api/org/apache/click/Stateful.html">Stateful</a> Controls.
         </li>
       </ul>
       <div style="margin-left: -2em; margin-top: 1.5em; margin-bottom: 1em;">
@@ -166,7 +166,7 @@ Action support and light-weight stateful
           </ul>
           Unfortunately there is no direct upgrade path from a stateful page.
           However the majority of use cases are catered for by the new stateful
-          controls: Table, Form, TabbedPanel, Field and AbstractLink.
+          support in the controls: Table, Form, TabbedPanel, Field and AbstractLink.
         </li>
       </ul>
       <div style="margin-left: -2em; margin-top: 1.5em; margin-bottom: 1em;">
@@ -185,6 +185,11 @@ Action support and light-weight stateful
             [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-655">CLK-655</a>].
           </li>
           <li class="change">
+            Improved <a href="click-api/org/apache/click/util/MessagesMap.html">MessagesMap</a>
+            to be extendable and customizable
+            [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-728">CLK-728</a>].
+          </li>
+          <li class="change">
             Added support for loading <a href="extras-api/org/apache/click/extras/control/DateField.html">DateField</a>
             translations for month and day names from the JDK.
             [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-650">CLK-650</a>].