Commit Graph

678 Commits

Author SHA1 Message Date
Keith Donald
fc39763ec0 url bugfixes 2008-02-26 19:45:51 +00:00
Keith Donald
7181be3fc8 fixed lock bug 2008-02-26 18:21:25 +00:00
Keith Donald
15af6b4c9c polish 2008-02-26 18:08:53 +00:00
Jeremy Grelle
8a1b117985 SWF-470 - Change Spring Faces resource server (CSS/JS/etc) to use Spring MVC infrastructure instead of Web Flow. 2008-02-26 18:08:18 +00:00
Keith Donald
139f0e1025 bug fixes from this mornings checkin 2008-02-26 17:25:08 +00:00
Keith Donald
a864a58594 obsolete 2008-02-26 16:31:54 +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
631f0667ea Fixing build. 2008-02-21 20:16:03 +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
f63b5907eb SWF-403 - Define custom expression parser inside flow-builder-services element. 2008-02-21 19:41:18 +00:00
Jeremy Grelle
60fcba39c5 SWF-301 - Make JSF managed beans accessible inside a flow definition using EL expressions 2008-02-19 19:06:06 +00:00
Jeremy Grelle
59a3107ce8 Updating to latest MyFaces version 1.2.2 to enable use of Ajax CommandLinks inside DataTable. 2008-02-14 16:41:31 +00:00
Jeremy Grelle
ba78cf8cb7 Updated to use the latest 2.0M4 enhancements. 2008-02-14 14:56:43 +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
Keith Donald
6a03d726bf 1.0.4 integration build status 2008-02-10 20:30:53 +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
e7bc4c95d6 Bug fix - needed to set ConversionService on ActionResultExposer 2008-02-06 21:06:01 +00:00
Jeremy Grelle
d9e69c2be9 Bug fix - needed to set ConversionService on ActionResultExposer 2008-02-06 20:58:26 +00:00
Jeremy Grelle
a51b8d2563 Removing unnecessary glue code in favor of automatic JSF DataModel conversion. 2008-02-06 16:11:22 +00:00
Jeremy Grelle
fe8e7aca52 SWF-467 - Create a "datamodel" alias for easily converting from a list to a JSF data model. 2008-02-06 16:02:00 +00:00
Jeremy Grelle
3a03641d15 SWF-468 - Add convenient "result" and "type" attributes to <evaluate-action>, as an alternative to the more verbose evaluation-result element. 2008-02-05 20:38:06 +00:00
Jeremy Grelle
ab526797c9 SWF-466 - Add a "type" attribute to "evaluation-result" to support type conversion of the action result. 2008-02-05 17:53:30 +00:00
Jeremy Grelle
763d5addeb Adding jboss-el test dependency. 2008-02-05 16:42:40 +00:00
Jeremy Grelle
d93e0ac480 SWF-463 - The "scope" attribute should be optional on <method-result>, <evaluation-result> and <set> tags 2008-02-05 16:33:47 +00:00
Jeremy Grelle
a756a284cf SWF-370 - Adding a FacesConversionService to make configuration easier. This conversion service composes the DefaultConversionService and any JSF-specific converters. 2008-01-30 19:07:31 +00:00
Jeremy Grelle
bf1a754c1b SWF-444 - Changing attribute from "result-type" to "type" 2008-01-30 19:03:02 +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
20c495a3d0 SWF-444 - Allow a an expected type to be supplied on the <method-result> tag and type conversion applied if necessary 2008-01-25 22:24:29 +00:00
Jeremy Grelle
ea3135f62f SWF-443 - Enhance MethodInvoker to allow type conversion on a method result. 2008-01-25 21:47:17 +00:00
Jeremy Grelle
856f9ce201 Support for Ajax based redirects, and modal view states. 2008-01-23 22:52:53 +00:00
Keith Donald
e939e7d546 more tests 2008-01-22 16:49:43 +00:00
Keith Donald
183851201a variable enhancements 2008-01-22 16:07:02 +00:00
Keith Donald
3168f2259d expression parser updates 2008-01-22 15:10:27 +00:00
Keith Donald
72fe878fc9 further EL improvements - OGNL behavior for variable handling is now correct, EL impl simplfiied. 2008-01-21 23:03:33 +00:00
Keith Donald
c181b5d075 has delimited expression 2008-01-19 17:00:34 +00:00
Keith Donald
0a09290635 javadoc 2008-01-18 16:38:02 +00:00
Keith Donald
166ba72062 restored default ognl behavior 2008-01-18 16:36:23 +00:00
Keith Donald
b535dc7522 javadoc 2008-01-18 16:10:43 +00:00
Keith Donald
62291b3cb0 expression parser simplifications 2008-01-18 07:00:44 +00:00
Keith Donald
87bb511460 expression parser simplifications 2008-01-18 07:00:40 +00:00
Keith Donald
bc5adf803f 2008-01-18 07:00:08 +00:00
Keith Donald
a738289792 expression parser improvements from andy's feedback 2008-01-18 06:26:14 +00:00
Keith Donald
f9721eba62 Ivy upgrade 2008-01-17 15:36:42 +00:00
Jeremy Grelle
8a55f79a6f Cleaning up after Keith. :) 2008-01-15 20:35:59 +00:00
Jeremy Grelle
0d21651dda Cleaning up after Keith. :) 2008-01-15 20:20:12 +00:00
Keith Donald
92c8a98814 2008-01-14 23:27:20 +00:00
Keith Donald
9191964523 factored out getContext() 2008-01-14 23:25:51 +00:00
Keith Donald
3e99a26b8e simplification of EL parsing api
improvements to messages API
tests
2008-01-14 23:20:51 +00:00
Jeremy Grelle
7661cb7675 SWF-437 - The form action URL will now only be updated for forms that are children of the JSF View that is rendered during the course of the AJAX request. 2008-01-14 20:45:29 +00:00