Commit Graph

403 Commits

Author SHA1 Message Date
Erwin Vervaet
31be8ba9e6 Added serializable variants of commonly used JSF data model classes (SWF-748) 2008-09-06 14:13:11 +00:00
Erwin Vervaet
8be104c4e1 Fixed SWF-435. 2008-09-05 19:29:28 +00:00
Erwin Vervaet
3a2d88f2fa Removed unnecessary classpath entries. 2008-08-30 04:39:07 +00:00
Erwin Vervaet
1bf0c0fe89 Properly deal with cases where the flow execution has ended (e.g. because the flow execution ends immediately after starting). 2008-07-17 05:04:59 +00:00
Erwin Vervaet
c5a9957b60 Improved implementation of view state saving. 2008-07-09 07:24:16 +00:00
Erwin Vervaet
7574f449c8 Fixed small typo in changelog. 2008-06-29 08:26:54 +00:00
Erwin Vervaet
5a1604b3c5 Fixed fallback to JSF navigation when inside a restored flow execution. 2008-06-24 10:29:58 +00:00
Jeremy Grelle
6f31fd413b Added a note to the JavaDoc regarding problems with using alwaysRedirectOnPause in combination with client-side state saving. 2008-06-23 15:58:06 +00:00
Erwin Vervaet
5788364d69 Restore after the RESTORE_VIEW phase. 2008-06-23 12:49:06 +00:00
Erwin Vervaet
a3d28aa48c Split off AutowiringPhaseListener. 2008-06-23 12:21:38 +00:00
Erwin Vervaet
ec9d5a5e83 Also wire objects in the parent flow sessions. 2008-06-19 09:45:36 +00:00
Erwin Vervaet
4b78ebab36 Proper FacesMessage handling. 2008-06-14 18:12:30 +00:00
Erwin Vervaet
2ac812aeec Don't use ibiblio anymore. 2008-06-14 15:07:18 +00:00
Erwin Vervaet
57b0ed9ce6 JavaDoc clarification regarding exception handlers that throw exceptions. 2008-06-14 12:33:17 +00:00
Erwin Vervaet
a201ad2b38 FlowPhaseListener now maintains FacesMessages accross a flow execution redirect by temporarily storing them in flash scope (SWF-745).
FlowPhaseListener will now save the JSF component state before a flow execution redirect is issued (SWF-747).

WIP - needs to be reviewed by Jeremy.
2008-06-14 12:03:11 +00:00
Erwin Vervaet
5c2b049833 In a JSF 1.2 environment, SWF will now correctly maintain the "java.faces.ViewState" parameter accross flow execution redirects (SWF-445) 2008-06-14 11:41:27 +00:00
Erwin Vervaet
86c4777a3b Added JavaDoc since tag. 2008-06-14 11:28:43 +00:00
Erwin Vervaet
7d35f1f68f Added AutowiringFlowExecutionListener (SWF-746) 2008-06-14 11:09:15 +00:00
Erwin Vervaet
85033af765 Polishing. 2008-06-14 05:00:12 +00:00
Erwin Vervaet
28b5559be2 Added JavaDoc @since tags. 2008-06-14 04:54:00 +00:00
Erwin Vervaet
7b5b4d4495 Code review and cleanup.
FlowPhaseListener.cleanupResources() is now protected.
2008-06-05 11:22:07 +00:00
Erwin Vervaet
338434ffaa JavaDoc polishing. 2008-06-05 07:42:39 +00:00
Erwin Vervaet
47418094e4 Statics on FlowFacesUtils are now public: they're supposed to be well known names.
JavaDoc polishing.
2008-06-05 07:13:27 +00:00
Erwin Vervaet
7f1a70b776 Static CURRENT_FORM_OBJECT_ATTRIBUTE on FormObjectAccessor is now public (it's supposed to be a well known name). 2008-06-05 05:58:57 +00:00
Erwin Vervaet
3be4221554 JavaDoc polishing. 2008-06-05 05:58:22 +00:00
Erwin Vervaet
2b749540ea Added relevant @since JavaDoc tags. 2008-01-04 14:28:27 +00:00
Ben Hale
5ca24bf55d Spring Web Flow 1.0.5 release 2007-10-03 13:23:10 +00:00
Ben Hale
6cf963e07c Updated all spring dependencies to 2.0.7 2007-10-02 13:44:31 +00:00
Ben Hale
d6204a3372 Updated CI build to send snapshots to dist.springframework.org S3 bucket 2007-09-12 13:33:37 +00:00
Ben Hale
1fce8a8684 On second thought, failing quickly doesn't make sense for CI builds. 2007-09-11 14:50:10 +00:00
Ben Hale
b31a335431 Force the build to fail if a test fails. 2007-09-11 14:40:39 +00:00
Keith Donald
0db3917e4b RESOLVED - issue SWF-317: Improve support for mock actions
http://opensource.atlassian.com/projects/spring/browse/SWF-317
2007-08-16 18:57:43 +00:00
Keith Donald
d8ebbc081c RESOLVED - issue SWF-357: Improve documentation of exception handling options
http://opensource.atlassian.com/projects/spring/browse/SWF-357
2007-08-16 14:15:48 +00:00
Ben Hale
92197a8b50 2007-08-15 20:11:15 +00:00
Keith Donald
8c2043acf9 RESOLVED - issue SWF-349: Fix several Web Flow reference manual typos
http://opensource.atlassian.com/projects/spring/browse/SWF-349
2007-08-15 19:57:59 +00:00
Keith Donald
c2e0e1e7d8 RESOLVED - issue SWF-378: Session binding conversation containers cannot be used in a cluster
http://opensource.atlassian.com/projects/spring/browse/SWF-378
2007-08-15 17:29:49 +00:00
Keith Donald
f8265e4fbe RESOLVED - issue SWF-343: MapAccessor does not correctly handle null values
http://opensource.atlassian.com/projects/spring/browse/SWF-343
2007-08-15 15:36:06 +00:00
Ben Hale
2fbd74fb61 Removed the sandbox SWF-384 2007-08-15 15:35:59 +00:00
Keith Donald
e54cb08fb1 RESOLVED - issue SWF-347: RequestContext.attributes should never be null
http://opensource.atlassian.com/projects/spring/browse/SWF-347
2007-08-15 15:07:27 +00:00
Keith Donald
95c9a9bb61 RESOLVED - issue SWF-330: Make the Event class non-final
http://opensource.atlassian.com/projects/spring/browse/SWF-330
2007-08-15 14:26:01 +00:00
Ben Hale
eaf7c6d55c Updated branch to new coding conventions 2007-08-15 13:43:22 +00:00
Ben Hale
acdeebed37 Pointed ivy at the proper maven spring maven repos 2007-07-23 12:41:07 +00:00
Erwin Vervaet
f3389015c9 Added missing @since JavaDoc tags. 2007-07-04 08:22:07 +00:00
Ben Hale
cddab00c40 Sprng 1.0.4 baseline and update branch to 1.0.5-SNAPSHOT 2007-06-20 14:08:59 +00:00
Ben Hale
3a4ccfb562 Upgrade SWF 1.0 maintenance to Spring 2.0.6 2007-06-19 20:44:34 +00:00
Keith Donald
d9a6349614 1.0.4 updates 2007-06-18 00:39:58 +00:00
Ben Hale
dd00ca4676 Typo in ivy updates 2007-06-17 11:38:12 +00:00
Ben Hale
99c227bf29 Updated to Spring 2.0.5 2007-06-17 11:35:14 +00:00
Ben Hale
df757e72d3 Pointing at the proper maven repo now 2007-06-16 20:11:25 +00:00
Erwin Vervaet
26e514caf6 Code review for SWF-333 fix. 2007-06-14 18:58:40 +00:00