]> source.dussan.org Git - vaadin-framework.git/commitdiff
added more info about variable handling change
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 18 Dec 2009 09:05:06 +0000 (09:05 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 18 Dec 2009 09:05:06 +0000 (09:05 +0000)
svn changeset:10416/svn branch:6.2

WebContent/release-notes.html

index c1de7cdc741d17be378208c1a7027115c7338f52..8fcf6343b13f732480239dc8e7c035f8eb9cca42 100644 (file)
@@ -79,7 +79,16 @@ public class ColorPicker extends AbstractField {</pre>
         <li>On the client-side:</li>
         <ul>
             <li>Ability to check if a listener is registered on the server-side</li>
-            <li>Typed arrays and maps can now be sent to server with <tt>updateVariable()</tt></li>
+            <li>Typed arrays and maps can now be sent to server with <tt>updateVariable()</tt>
+                               <ul>
+                               <li>Note! One regression on update process may appear that is
+                               related to this change. Issue exists on custom tailored components
+                               that send object arrays to server. Previously Object[] types from
+                               clients side became type of String[] on server side. This invalid
+                               behaviour is now fixed and an Object[] sent from client side is an
+                               Object[] on server side.</li>
+                               </ul>
+            </li>
         </ul>
     </ul>
     <li>Refactoring widget sets has also provided some optimizations for rendering</li>