Release Notes - MyFaces Tomahawk - Version 1.1.3 ========= IMPORTANT ========= There is one major change that users will need to be aware of. In order to be compatible with the Reference Implmentation (RI), all command links and components that use command links must now be enclosed within an element. This means that components that make use of command links (like tree2) must now be inside an in order to work properly. For those using the MyFaces Core JSF implementation, there is a tweak to faces-config.xml that will allow your existing pages to work without changing them. While we realize this is a major change for existing users, its necessary to ensure that Tomahawk works properly with all JSF implementations. Those using MyFaces Core will experience a mild inconvenience. Those using the RI should have a much easier time using Tomahawk now. See the Wiki for details on upgrade issues. ** Bug * [TOMAHAWK-5] - newspaperTable should be merged with dataTable. * [TOMAHAWK-27] - Add a collapseAll() Method to the tree2 component * [TOMAHAWK-47] - Tree2 is not compatible with facelets * [TOMAHAWK-61] - InputHtml content disappear on IE and cover buttons below on Mozilla * [TOMAHAWK-65] - inputHtml does not work properly in IE6.0 * [TOMAHAWK-134] - t:saveState only works with client-side state saving * [TOMAHAWK-162] - Tree2: TreeWalker interface should be public * [TOMAHAWK-178] - Change NewspaperTable to be able to use extended column properly * [TOMAHAWK-190] - HtmlCommandLinkTag' has no setter method actionForPhase * [TOMAHAWK-208] - inputSuggestAjax does not set content type of the response * [TOMAHAWK-245] - 500 code in simple examples for tree * [TOMAHAWK-246] - 500 code in simple examples for panelStack * [TOMAHAWK-253] - Dummy form code must call StateManager.saveSerializedView() for server-side state saving * [TOMAHAWK-262] - Sandbox inputSuggestAjax doesn't work with client state saving * [TOMAHAWK-401] - Schedule compact renderer row height bug * [TOMAHAWK-414] - NPEs if the 'for' attribute on is missing * [TOMAHAWK-431] - DocumentHead and DocumentBody define wrong default renderer types * [TOMAHAWK-433] - '...HtmlColumnsTag' has no setter method corresponding to TLD declared attribute 'groupBy' * [TOMAHAWK-436] - tree2 expandAll method results in NPE ** Improvement * [TOMAHAWK-385] - Improvement to SortableModel to allow resolving of nested sort properties * [TOMAHAWK-389] - XDoc patch for SubForm component from sandbox * [TOMAHAWK-395] - Improvement to extended data table auto sort feature * [TOMAHAWK-440] - Add orientation parameter to NewspaperTable ** New Feature * [TOMAHAWK-235] - A new attribute, activeOnViewIds, for UINavigationMenuItem and HtmlCommandNavigationItem * [TOMAHAWK-265] - Automatic sort feature for extended data table * [TOMAHAWK-386] - New attribute for extended dataTable, "sortedColumnVar" * [TOMAHAWK-408] - Child combo box that will be reloaded via ajax call when the parent combo box's value is changed