Hi All, Click Framework 1.4 RC1 is now available.
This is the first Click Framework release to support Apache Cayenne 2.0.xout of the box. Please note support for ObjectStyle Cayenne 1.2.x is still provided with additional compatibility JARS. This is a major release including many enhancements and some significant API changes. Please review the release notes carefully when updating applications to use this release. Important Changes: * Page stateful property added to support persistence. * Context object is now available in Page and Control constructors. * Aded Control onInit() initialization event handler. As the setContext() method has been removed any control initialization code contained in this method should be migrated to the new control onInit() method. * XML configured root Menu item is obtained via the static method getRootMenu(). * Multipart file upload requests are now processed using a globally configured Commons FileUpload class. Please see the File Item Factory topic for more details. This change enables for request parameter auto binding on multipart file upload requests. * Click Extras now supports Apache Cayenne 2.x rather than Objectstyle Cayenne 1.2.x by default. Note backward compatibility Cayenne 1.2.x JARS are provide in the dist directory. Please see release notes for other changes and bug fixes: http://click.sourceforge.net/docs/roadmap-changes.html regards Malcolm Edgar