Commit Graph

668 Commits

Author SHA1 Message Date
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
Keith Donald
892c5bd24b disabled always redirect 2007-12-22 05:53:52 +00:00
Keith Donald
9acd77a182 put redirects back on as the default 2007-12-22 05:51:23 +00:00
Keith Donald
c5e19f4f7a m3 2007-12-22 05:38:43 +00:00
Jeremy Grelle
735174d885 Removing test command button. 2007-12-20 22:04:28 +00:00
Jeremy Grelle
e4645ee5c6 -Reorganized the main flow to show the hotel search results on a seperate page, showing the ability to use AJAX to render a partial view fragment into a nice javascript dialog box if javascript is turned on, but perform a full page refresh if it is turned off. 2007-12-04 21:47:33 +00:00
Jeremy Grelle
83f9551896 -Changed Dojo renderers to configure Dojo with parseOnLoad=true 2007-12-04 21:44:38 +00:00
Jeremy Grelle
1c1b5722a4 - Updated to use Spring Faces Ajax controls.
- Moved hotelDetails page into the main flow.
- Using new custom OneSelectionTrackingDataModel from Spring Faces
2007-12-04 13:27:01 +00:00
Jeremy Grelle
433e003356 -Initial AJAX support
-Upgrading Dojo to version 1.0
2007-12-03 21:35:18 +00:00
Jeremy Grelle
fa7364fe84 2007-12-03 21:27:31 +00:00
Jeremy Grelle
6e6c8c86f9 2007-12-03 21:25:58 +00:00