SWF-1367 Add support for JSF 2 Ajax requests, update booking-faces sample (JSF 2 based Ajax, jsr-303 validation), add chained delegation to AjaxHandlers, other miscellaneous improvements

This commit is contained in:
Rossen Stoyanchev
2010-07-28 12:56:24 +00:00
parent 507fec3edf
commit fe9229cf15
36 changed files with 722 additions and 494 deletions

View File

@@ -4,9 +4,11 @@ http://www.springframework.org/webflow
Changes in version 2.2.0.RELEASE ()
-----------------------------------
* Add support for handling JSF 2 resource requests (SWF-1366)
* Add support for JSF 2 Ajax requests (SWF-1367)
Changes in version 2.1.0.RELEASE (July 19, 2010)
Changes in version 2.1.1.RELEASE (July 19, 2010)
------------------------------------------------
* Extract JSF 2 methods from FlowApplication into Jsf2FlowApplication (SWF-1261).
* Fix handling of cascaded attributes in AjaxTilesView (SWF-1053).