Commit Graph

60 Commits

Author SHA1 Message Date
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
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
6e4c4236f6 Fixing the build 2008-03-07 15:30:43 +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