Commit Graph

47 Commits

Author SHA1 Message Date
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
Jeremy Grelle
1d9ac8edb5 Fix for SWF-656. Needed to call FacesContext.renderResponse from the FlowActionListener. 2008-04-01 15:21:59 +00:00
Jeremy Grelle
4477364417 Performance-related enhancements.. 2008-03-31 19:15:24 +00:00
Keith Donald
bc2ed3e868 view scope 2008-03-29 06:10:01 +00:00
Keith Donald
0965f93c97 fluent parser context 2008-03-25 23:49:15 +00:00
Keith Donald
5fc1685d06 fixed compile errors 2008-03-20 22:17:11 +00:00
Jeremy Grelle
ddee81604a Refactored tests to reflect new resume() behavior of JsfView 2008-03-20 18:59:53 +00:00
Jeremy Grelle
3257639f9c Adding resume() to JsfView 2008-03-20 16:59:51 +00:00
Jeremy Grelle
30ea4171b0 Richfaces integration. 2008-03-12 20:57:39 +00:00
Keith Donald
f498616fd1 added throws IOException to View
added test support for asserting response written
2008-03-11 21:46:53 +00:00
Keith Donald
743edf8999 minor structure polishing / naming conventions 2008-03-08 05:01:28 +00:00
Keith Donald
1952fdea46 polish 2008-03-08 04:39:33 +00:00
Jeremy Grelle
f60e43c367 Cleanup. 2008-03-06 22:11:28 +00:00
Jeremy Grelle
c0fb6c0b98 Getting booking-faces back in working order. The build is going to break because of one of Keith's tests that I'm going to let him fix. 2008-03-06 00:16:36 +00:00
Keith Donald
48d6697070 updated for core.el move and new resolvers 2008-03-05 00:30:25 +00:00
Jeremy Grelle
9448394b49 Unit test for Spring MVC JSF integration. 2008-02-28 19:48:51 +00:00
Jeremy Grelle
af3ab0fcd4 Adding ability to resolve flow-local Spring Beans from EL expressions. 2008-02-26 23:01:40 +00:00
Keith Donald
3ec7887fa9 2008-02-26 16:11:35 +00:00
Keith Donald
9804e6a858 executor refinements; better exception handling, flow handler adapter mvc integration, 1.x usage compatability 2008-02-26 16:10:16 +00:00
Jeremy Grelle
f76fb0b39f SWF-389 - Encapsulate the recommended default Web Flow configuration for a JSF environment. 2008-02-21 19:46:04 +00:00
Jeremy Grelle
3d174c21a2 SWF-448 - Remove specification of "renderIds" in Spring Faces components in favor of specifying components to render as part of flow definition logic. 2008-02-14 14:50:14 +00:00
Jeremy Grelle
bd203466b0 Fix for SWF-459 - Resolution of variables using specific scope prefixes like "flowScope", "flashScope", etc. does not work in JSF views. 2008-02-07 16:37:58 +00:00
Jeremy Grelle
ad3da7e334 SWF-370 - Add support for automatically adapting a returned list for display in a DataTable to a JSF DataModel. 2008-01-25 23:42:09 +00:00
Jeremy Grelle
856f9ce201 Support for Ajax based redirects, and modal view states. 2008-01-23 22:52:53 +00:00
Keith Donald
87bb511460 expression parser simplifications 2008-01-18 07:00:40 +00:00
Jeremy Grelle
433e003356 -Initial AJAX support
-Upgrading Dojo to version 1.0
2007-12-03 21:35:18 +00:00
Jeremy Grelle
52018b64c5 SWF-418 - Restore JSF 1.1 compatability 2007-11-26 19:45:14 +00:00
Jeremy Grelle
5e15d6eb12 Fixing broken tests. 2007-11-19 21:35:05 +00:00
Keith Donald
560a786c09 enable resource caching 2007-11-18 14:38:44 +00:00
Keith Donald
ebfcf6b6bc m2 code review / polishing / simplification
- removed flow faces context factory, not needed, favoring simple creation of flow faces context from jsf view factory / jsf view instead
- replace response state manager usage with state manager as discussed; allowed removal of custom render kit
- removed flow lifecycle factory; not needed, favoring simple creation of flow lifecycle factory from view factory instead.
this needs review, several tests still need updating
- misc naming improvements
- removed use of thread locals where possible
2007-11-18 04:37:05 +00:00
Jeremy Grelle
fee73320ee Using ResourceLoader to resolve viewId's. 2007-10-30 00:42:39 +00:00
Jeremy Grelle
978a83baf7 Beginning support for "legacy" migration, allowing pure JSF requests to be used alongside Web Flow requests. 2007-10-30 00:08:34 +00:00
Jeremy Grelle
42598c2044 Refactored SpringFaces.js to have Ext and Dojo implementations.
Fixed resource support to properly send a 404 status when resource is not found.
2007-10-18 18:11:44 +00:00
Jeremy Grelle
ebc3744fd4 Fixing broken tests 2007-10-12 22:12:06 +00:00
Jeremy Grelle
b8ae0a5bf1 Fixing JSF state-saving mechanism and adding helpful debug logging 2007-10-12 21:45:18 +00:00
Ben Hale
58d1ea3acc Merging of SWF-367 back into trunk. This has all of the SWF 2.0 goodies. 2007-10-11 01:16:37 +00:00
Keith Donald
39677b50e5 update spring-faces 1.1 usage to 2.0 for swf config 2007-08-21 04:08:34 +00:00
Jeremy Grelle
dd740b9018 IN PROGRESS - issue SWF-388: Extract all JSF-related code into a separate component project
http://opensource.atlassian.com/projects/spring/browse/SWF-388
2007-08-16 22:22:56 +00:00
Jeremy Grelle
5ae3a1059a IN PROGRESS - issue SWF-388: Extract all JSF-related code into a separate component project
http://opensource.atlassian.com/projects/spring/browse/SWF-388
2007-08-16 21:38:07 +00:00
Jeremy Grelle
559a8f0716 IN PROGRESS - issue SWF-388: Extract all JSF-related code into a separate component project
http://opensource.atlassian.com/projects/spring/browse/SWF-388
2007-08-16 21:33:36 +00:00