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/06/18 20:38:29 UTC

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

Author: sabob
Date: Thu Jun 18 18:38:28 2009
New Revision: 786197

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

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

Modified: incubator/click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/roadmap-changes.html?rev=786197&r1=786196&r2=786197&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ incubator/click/trunk/click/documentation/docs/roadmap-changes.html Thu Jun 18 18:38:28 2009
@@ -173,6 +173,10 @@
           Added <a href="extras-api/org/apache/click/extras/control/SubmitLink.html">SubmitLink</a> control
           that can submit a Form [<a target='_blank' href="https://issues.apache.org/jira/browse/CLK-519">519</a>].
       </li>
+      <li>
+          Added <a href="extras-api/org/apache/click/extras/control/HiddenList.html">HiddenList</a> control
+          for rendering and submitting a list of hidden fields [<a target='_blank' href="https://issues.apache.org/jira/browse/CLK-491">491</a>].
+      </li>
       <li class="change">
           Added plug-able security access controller (<a href="extras-api/org/apache/click/extras/security/AccessController.html">AccessController</a>) to Menu class.
           This plubable interface enable use of security frameworks such as Spring Security (Acegi) or JSecurity to control user access to Menu items.