Commit Graph

35 Commits

Author SHA1 Message Date
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