Commit Graph

89 Commits

Author SHA1 Message Date
Keith Donald
58c0e474bf userEventQueued; in progress, get method should not have side effects 2009-04-13 16:19:01 +00:00
Jeremy Grelle
b3399fd44b SWF-1055 - FlowFacesContext didn't expose context messages with null source 2009-03-13 17:42:06 +00:00
Keith Donald
16e88dcb6f numerous binding fixes, see changelog 2009-02-25 01:32:06 +00:00
Jeremy Grelle
1d979b7b2d SWF-856 - When using JSF getMaximumSeverity on the FlowFacesContext returns null even if a message has been added 2009-01-14 22:21:01 +00:00
Jeremy Grelle
1af29f45f1 SWF-1017 - FlowFacesContext does not return the same FacesMessages instances
SWF-985 - Multiple JSF validators duplicate messages
2009-01-14 21:33:36 +00:00
Jeremy Grelle
159cbd8403 SWF-963 - Render phase ignores facesContext.responseComplete 2008-12-09 20:14:27 +00:00
Jeremy Grelle
9b52a47d84 SWF-964 & SWF-839 - UI component state not being saved correctly across the redirect on recursive transitions 2008-12-09 19:21:20 +00:00
Jeremy Grelle
addca24e6a SWF-844 - Dojo DateTextBox locale-specific formatting is not progressive
SWF-853 - Decorating a form submit button as a ajax submit with a validate-all submission constraint should be easier  
SWF-910 - Make the clientDateValidator JSF component more flexible
2008-10-14 13:45:47 +00:00
Keith Donald
e4b75c8228 2.0.4 improvements: development mode, flow model parent registry fix, flow handler mapping, improved sample 2008-09-07 08:19:58 +00:00
Keith Donald
173fd665ad polish 2008-08-12 05:06:43 +00:00
Keith Donald
209ccc2fbb global transition respecting bind and validate flags 2008-07-29 15:47:05 +00:00
Jeremy Grelle
ab5bfb55f7 SWF-785 - Spring Faces creates XHTML-incompatible JavaScript scripts 2008-07-28 18:23:25 +00:00
Keith Donald
b70c76d459 binder addition 2008-07-22 03:21:30 +00:00
Keith Donald
9d96049643 fixed locale test failure 2008-07-21 15:32:18 +00:00
Keith Donald
b100014df9 custom converters 2008-07-17 13:24:53 +00:00
Keith Donald
aff78d5469 render from end-state bug fix for mvc and jsf 2008-07-12 23:15:44 +00:00
Keith Donald
b0ec648fc6 IN PROGRESS - issue SWF-720: Multiple checkboxes to Collection mapping
http://jira.springframework.org/browse/SWF-720
2008-07-05 22:08:30 +00:00
Keith Donald
29cb51240e bug fixes related to binding and type conversion 2008-07-03 17:23:42 +00:00
Jeremy Grelle
6982e0ac2d SWF-752 - FacesMessage.SEVERITY_FATAL does not propagate through FlowFacesContext 2008-07-02 15:43:22 +00:00
Jeremy Grelle
df4db13b6c SWF-751 - FacesMessage.detail does not propagate through FlowFacesContext 2008-07-02 15:27:27 +00:00
Keith Donald
2962d438be IN PROGRESS - issue SWF-720: Multiple checkboxes to Collection mapping
http://jira.springframework.org/browse/SWF-720
2008-06-30 23:05:40 +00:00
Keith Donald
390b914d4f IN PROGRESS - issue SWF-720: Multiple checkboxes to Collection mapping
http://jira.springframework.org/browse/SWF-720
2008-06-30 21:04:28 +00:00
Keith Donald
b181862cfb bringing faces in-line with binding 2008-06-30 19:47:35 +00:00
Keith Donald
301931e617 IN PROGRESS - issue SWF-720: Multiple checkboxes to Collection mapping
http://jira.springframework.org/browse/SWF-720
2008-06-23 14:19:54 +00:00
Keith Donald
1c3fe305a0 test failure locale specific 2008-06-06 05:25:34 +00:00
Jeremy Grelle
67782381c8 Tests and fixes for SWF-719 and SWF-723. 2008-06-05 16:38:12 +00:00
Jeremy Grelle
26789c7d73 Further changes for SWF-700. Adding unit tests to fully exercise the renderer output for the various component configurations. 2008-05-27 19:59:40 +00:00
Jeremy Grelle
7ce695cd17 SWF-690 - sf:clientTextValidator doesn't respect custom faces converter 2008-05-23 19:10:14 +00:00
Keith Donald
797e203f8f fixes for known 2.0.0 bugs reported since release - see changelog 2008-05-06 07:05:18 +00:00
Keith Donald
9edb7d604f fixed javadoc warnings 2008-04-27 13:00:29 +00:00
Keith Donald
a3b8d2fae7 addressed cyclical dependency with view package 2008-04-25 01:02:09 +00:00
Keith Donald
c610df78e6 addressed cyclical dependency with view package 2008-04-25 00:55:37 +00:00
Jeremy Grelle
f465b65e6c - JavaDoc improvements across the whole of Spring Faces.
- General polishing of the ui package.
2008-04-24 00:20:51 +00:00
Jeremy Grelle
0949ccbb96 SWF-646 - Improve the SelectionTrackingActionListener to work with any iterator type of component that works with a DataModel. 2008-04-23 19:27:38 +00:00
Jeremy Grelle
53622691d1 Moved model validation behavior into the FlowActionListener, to only be invoked if an non-immediate ActionEvent has been signaled. 2008-04-23 00:02:39 +00:00
Jeremy Grelle
cffd1889a5 SWF-301 - Make JSF managed beans accessible inside a flow definition using EL expressions. 2008-04-22 20:45:22 +00:00
Keith Donald
6c635c448a jsf lifecycle updates 2008-04-22 19:35:41 +00:00
Keith Donald
688ad73619 viewExists -> viewAlreadySet 2008-04-22 04:46:18 +00:00
Keith Donald
5cba1e3a6a made renderResponse/responseComplete flags request scope to solve postback lifecycle problem
commented out 3rdparty view-root corner case support - lets review this again if it needs to be in there...
updated tests
2008-04-22 03:49:34 +00:00
Jeremy Grelle
e2567425c0 SWF-583 - View-state programming model needs to be consistent between MVC and JSF 2008-04-16 21:34:52 +00:00
Keith Donald
1ac69621b5 copyright 2008-04-13 06:09:08 +00:00
Keith Donald
0d9e9b7f84 formatter-registry config 2008-04-11 14:18:53 +00:00
Jeremy Grelle
a5ac4fa1bb SWF-571 - Change the spring config namespace for Spring Faces to http://www.springframework.org/schema/faces 2008-04-09 20:56:07 +00:00
Keith Donald
01b26ba0d5 upgrade to 2.5.3
several fixes to jsf resolvers in faces
2008-04-07 10:52:09 +00:00
Jeremy Grelle
4751dcfca4 Moving Spring JavaScript into its own module 2008-04-05 00:04:07 +00:00
Keith Donald
ee597b7995 2008-04-04 22:14:06 +00:00
Keith Donald
bba2b4ed95 view polishing 2008-04-02 15:36:30 +00:00
Keith Donald
c579f1852b several bug fixes 2008-04-01 22:49:10 +00:00
Keith Donald
e9f070b3e3 initial mvc message display 2008-04-01 18:50:56 +00:00
Jeremy Grelle
bc35b3d8a6 SWF-538 - JSFViewFactory's execution of the restore view lifecycle doesn't appear to match the JSF spec. 2008-04-01 15:30:47 +00:00