Author: sabob
Date: Wed Mar 31 08:28:53 2010
New Revision: 929430
URL: http://svn.apache.org/viewvc?rev=929430&view=rev
Log:
doco
Modified:
click/trunk/click/documentation/docs/upgrade-path.html
Modified: click/trunk/click/documentation/docs/upgrade-path.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/upgrade-path.html?rev=929430&r1=929429&r2=929430&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/upgrade-path.html (original)
+++ click/trunk/click/documentation/docs/upgrade-path.html Wed Mar 31 08:28:53 2010
@@ -107,9 +107,13 @@ versions please email the Click user gro
</ul>
</li>
<li class="change">
- In previous releases, the default autobinding mode, binded only
- public Page fields. In 2.2.0 the default autobinding mode binds
- both public fields and fields annotated with @Bindable.
+ In previous releases, the default autobinding mode (<tt>public</tt>)
+ binded only public Page fields. In 2.2.0 the default autobinding mode
+ has been replaced with a new <tt>default</tt> mode which binds both
+ public fields and fields annotated with the @Bindable annotation.
+ <p/>
+ Please note, for backward compatibility the autobinding attribute still
+ accepts the <tt>public</tt> value.
</li>
</ul>
</dd>
|