bug fixes

This commit is contained in:
Keith Donald
2008-05-14 11:43:32 +00:00
parent 4ee466d4a6
commit 2f2a5b5ce0

View File

@@ -4,8 +4,6 @@ http://www.springframework.org/webflow
Changes in version 2.0.1 (14.05.2008)
-------------------------------------
New Features
Improvements
* Added a Bundle-Name: entry to each project's manifest for improved OSGi compliance.
* Changed to use the ClassLoader of a flow's ApplicationContext when deserializing a FlowExecution, allowing for more a modular usage of SWF when running in a OSGi environment.
@@ -31,7 +29,8 @@ Bug Fixes
This bug was effecting integration of the Trindad component library, which requires a special Response object to be set for its Ajax support to work.
* Fixed a bug preventing resolution of flow-local messages for flows launched as subflows.
* Fixed a bug where field errors recorded using Errors.rejectValue were not being associated with the source field.
* Restored JDK 1.4 compatibility in two places: when catching and re-throwing an Exception thrown by a Spring MVC View, when writing out mock responses during testing.
Documentation
* Added documentation on Spring Faces integration with Rich Faces, Trindad, and IceFaces.
* Added documentation on FlowHandler and externalRedirect: redirect prefixes.