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 2011/01/01 14:03:38 UTC

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

Author: sabob
Date: Sat Jan  1 13:03:38 2011
New Revision: 1054230

URL: http://svn.apache.org/viewvc?rev=1054230&view=rev
Log:
roadmap. CLK-735

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=1054230&r1=1054229&r2=1054230&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Sat Jan  1 13:03:38 2011
@@ -276,6 +276,11 @@ Action support and light-weight stateful
               [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-747">CLK-747</a>].
           </li>
           <li class="change">
+              Fixed TabbedForm and CayenneTabbedForm JavaScript validation. This
+              issue was raised and fixed by Tomasz Bandura
+              [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-735">CLK-735</a>].
+          </li>
+          <li class="change">
               Fixed escaping of control values and attributes to be XML friendly
               in order to support Ajax requests. Previously all HTML characters was escaped,
               now only the following characters are escaped: &lt;, &gt;, &quot;, &#039;, &amp;