Commit Graph

253 Commits

Author SHA1 Message Date
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
Jeremy Grelle
8ac1cbeaba SWF-770 and SWF-786 - IE 6 bugs with <sf:commandButton> and <sf:commandLink> 2008-09-03 20:09:56 +00:00
Scott Andrews
d2a0cd8722 http://jira.springframework.org/browse/SWF-830 2008-08-12 14:35:52 +00:00
Keith Donald
60bbc0fdd4 2.0.4 upgrade 2008-08-12 14:17:40 +00:00
Keith Donald
173fd665ad polish 2008-08-12 05:06:43 +00:00
Keith Donald
c3ba766e36 null check; parser fix 2008-08-11 17:21:08 +00:00
Scott Andrews
c4726f59c2 synced .classpath entry version numbers with what is used by the ivys 2008-08-08 15:23:25 +00:00
Keith Donald
7d757bb48d fixed conversion service registration bug 2008-08-08 14:33:44 +00:00
Keith Donald
5fbb3d5dd4 build updates 2008-07-31 14:29:12 +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
387a223972 binder config; update to 2.5.5 2008-07-15 21:18:52 +00:00
Keith Donald
09c927688a better logging 2008-07-13 04:51:11 +00:00
Keith Donald
381e5e2091 end-state bug fix 2008-07-13 04:41:06 +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
5d8e417538 java 1.4 compile 2008-07-10 08:44:13 +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
Jeremy Grelle
95cb90ef9e Ensuring view template paths always have a leading "/". This allows templates to be loaded from plain OSGI bundles in the S2AP. 2008-06-27 13:31:02 +00:00
Jeremy Grelle
1e58a38ba7 Importing Facelets 2008-06-26 20:39:15 +00:00
Jeremy Grelle
9fc8c6d0b0 Custom Facelets ResourceResolver that uses Spring's resource support to load view templates. This allows templates to be loaded from plain OSGI bundles in the S2AP. 2008-06-26 20:30:15 +00:00
Scott Andrews
9329d27a6c update build version to 2.0.3 2008-06-25 20:24: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
Jeremy Grelle
e3bfa44011 SWF-753 - Spring Webflow 2.0.2 decorator's uppercase attribute is not working 2008-06-17 14:54:49 +00:00
Jeremy Grelle
5b683cfb6f Updating for 2.0.2 2008-06-06 14:57:25 +00:00
Ben Hale
400dcd21f9 Reving the templates 2008-06-06 10:42:21 +00:00
Keith Donald
d4ca8a608a set locale to mvc locale 2008-06-06 05:52:28 +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
Keith Donald
d7665b11a3 remove manifests; now generated 2008-06-05 16:10:18 +00:00
Ben Hale
b287653847 Template polishing 2008-06-05 14:50:43 +00:00
Jeremy Grelle
9f88e6c075 SWF-736 - Spring Faces Dojo validation tags not rendering 'propercase' attribute. 2008-06-05 14:39:36 +00:00
Keith Donald
94980169c4 manifest templates 2008-06-05 14:33:00 +00:00
Jeremy Grelle
e058478f7f SWF-712 - Modified AjaxEventInterceptorRenderer to render the AjaxEvent component's id as the sourceId so that decoration of radio buttons and select boxes still results in a proper form submission. 2008-06-04 20:22:08 +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
Keith Donald
f29fde0f72 Fixed ajax4jsf manfiest bug 2008-05-25 03:32:26 +00:00
Jeremy Grelle
7ce695cd17 SWF-690 - sf:clientTextValidator doesn't respect custom faces converter 2008-05-23 19:10:14 +00:00
Jeremy Grelle
9b51692b7f SWF-700 - ajaxEnabled="false" causing JavaScript error with <sf:commandLink> 2008-05-23 15:17:41 +00:00
Jeremy Grelle
bcf71e04cc Fix for SWF-692 2008-05-21 20:43:51 +00:00
Keith Donald
6e68266721 pom updates for 2.0.1 2008-05-15 02:41:46 +00:00
Keith Donald
67359d186f manifest updates 2008-05-14 14:50:59 +00:00
Jeremy Grelle
916af96b53 Properly preserving a custom response object set on the JSF ExternalContext by a third party during the course of a request. Fixes SWF-645 Trinidad issue. 2008-05-12 19:07:44 +00:00