Commit Graph

112 Commits

Author SHA1 Message Date
Rossen Stoyanchev
6bb0f1ffec SWF-1389 Fix issue in MessageContextErrors relating to use of JSR-303 validations 2010-08-31 14:34:37 +00:00
Rossen Stoyanchev
4158063836 SWF-1373 Upgrade to Spring 3.0.4, update booking-mvc sample (Spring MVC resource serving, default servlet mapping) 2010-08-25 19:19:50 +00:00
Rossen Stoyanchev
de75aefc63 SWF-1234 Integration with Spring 3 type conversion 2010-05-04 11:12:32 +00:00
Rossen Stoyanchev
7372b31184 SWF-1136 Make Spring EL the default expression language used. The current implementation is functionally equivalent except it ignores the configured Web Flow ConversionService and uses the Spring 3 conversion system instead. 2010-04-27 14:45:39 +00:00
Rossen Stoyanchev
4aff050e81 SWF-1136 First cut of Spring Binding adapters for Spring EL. Results verified with same test cases as what is there for the Unified EL adapters. 2010-04-23 10:55:30 +00:00
Rossen Stoyanchev
c4fab9bae5 SWF-1229 Prevent wrapping with ObjectToCollection converter where not necessary. 2010-04-09 15:28:24 +00:00
Keith Donald
53ee66b04e made message codes resolver pluggable; now delegate resolver strategy from Errors MessageContext adapter 2009-03-10 03:15:46 +00:00
Keith Donald
8f8082321c backed out 2.0.x validation enhancements in favor of adding them in 3.0.0 aligned with spring 3 2009-03-09 21:27:36 +00:00
Keith Donald
ffce230b01 validation testing 2009-03-03 21:38:02 +00:00
Keith Donald
0f2c5a8d3f adding for Keith 2009-03-02 21:10:08 +00:00
Keith Donald
b4a00526a4 polish 2009-03-02 20:09:47 +00:00
Keith Donald
952d558500 tests mvc compat 2009-03-02 15:07:25 +00:00
Keith Donald
65111d1f1b polish 2009-02-27 22:36:13 +00:00
Keith Donald
f2931626f0 polish 2009-02-27 22:10:44 +00:00
Keith Donald
8a1eb749f5 polish 2009-02-27 22:07:40 +00:00
Keith Donald
680002fafd back to jdk 1.4; removed warnings; added two way executor 2009-02-13 20:57:26 +00:00
Keith Donald
4ceabdc927 polish 2009-02-13 20:49:24 +00:00
Keith Donald
5b0c53f079 custom conversion list, array binding 2009-02-13 19:37:49 +00:00
Keith Donald
16ab312c45 custom conversion list binding support 2009-02-13 15:49:17 +00:00
Keith Donald
ce6fdc9da9 spring build 582 2009-02-13 13:57:52 +00:00
Keith Donald
f156764d23 classpath tweaks 2008-11-14 07:11:11 +00:00
Keith Donald
708017a73a streamlined mapping system in prepartion for binding fix 2008-11-11 16:52:24 +00:00
Keith Donald
ed67d269c0 cause linking tests and improvements 2008-11-04 12:10:16 +00:00
Keith Donald
4014d389ef eclipse classpath fix for 2.5.6; now handling ConversionException root class for ValueCoersion scenarios--moved catch logic closer to where exception was thrown 2008-11-04 11:51:03 +00:00
Scott Andrews
4c3c1158f5 SWF-928 Evaluation exceptions caused by type conversion errors within target Expression of a data mapping not treating as a type conversion error
SWF-780 Transition on-exception not handled with ognl

Introduced ValueCoercionException as a subclass of EvaluationException for type conversion failures.  OGNL exceptions will no longer be wrapped directly,  the reason for the ognl exception will be passed instead.
2008-10-31 22:33:38 +00:00
Keith Donald
63af957f7b SWF-905 fix 2008-10-08 14:42:24 +00:00
Keith Donald
25f7d79124 more tests 2008-09-22 13:15:25 +00:00
Keith Donald
8e3b82e1c9 allow custom converter object manipulation without changing types 2008-09-18 21:06:26 +00:00
Keith Donald
4e55681d3a support for transfomer custom converters 2008-09-18 20:58:01 +00:00
Keith Donald
8dc8537171 bean wrapper exp tests 2008-09-16 19:24:22 +00:00
Keith Donald
b90c5b7d85 useSpringBinding bug fix 2008-09-16 19:23:52 +00:00
Jeremy Grelle
05c1bca58c SWF-832 - Reimplement MapAdaptableELResolver to not depend on MapELResolver el-api implementation 2008-08-12 20:19:26 +00:00
Scott Andrews
e9d25ee4b6 deleted unit test for enum converter to restore 1.4 compatibility 2008-08-12 18:27:07 +00:00
Scott Andrews
1928c335cd http://jira.springframework.org/browse/SWF-827 Add support for converting Java 5 Enums automatically
needed to bump source target to 1.5 in order to compile the enum
2008-08-12 18:01:40 +00:00
Keith Donald
2f368897d6 add support for ConversionService use with EL parser; fully implement Errors 2008-08-10 04:32:52 +00:00
Keith Donald
408fc13e2a polish 2008-08-08 20:56:54 +00:00
Keith Donald
71afa7f4c1 custom converters 2008-07-17 13:15:17 +00:00
Keith Donald
46db6e9dc5 fixed stack overflow bug 2008-07-14 23:08:53 +00:00
Keith Donald
2298664bb8 added object to collection; refined converter lookup algorithm 2008-07-14 15:12:27 +00:00
Keith Donald
d937231353 fixed failing test 2008-07-10 08:43:24 +00:00
Keith Donald
421316013b ognl type conversion adaption 2008-07-05 21:21:33 +00:00
Keith Donald
d6608b8cc9 simplified Expression api by not forcing serialization requirement 2008-07-03 22:29:12 +00:00
Keith Donald
7c59a3374d print refinements 2008-07-03 04:31:01 +00:00
Keith Donald
bd52e13813 bean wrapper integration to support view->model binding with mvc semantics 2008-07-03 04:27:45 +00:00
Jeremy Grelle
6982e0ac2d SWF-752 - FacesMessage.SEVERITY_FATAL does not propagate through FlowFacesContext 2008-07-02 15:43:22 +00:00
Keith Donald
9238ff8503 IN PROGRESS - issue SWF-720: Multiple checkboxes to Collection mapping
http://jira.springframework.org/browse/SWF-720
2008-06-30 21:22:38 +00:00
Keith Donald
ad0cee22bb polish 2008-06-30 18:12:50 +00:00
Keith Donald
360a709acf binding refactoring - in progress 2008-06-30 05:20:46 +00:00
Keith Donald
a5d1f726b2 IN PROGRESS - issue SWF-720: Multiple checkboxes to Collection mapping
http://jira.springframework.org/browse/SWF-720
2008-06-23 14:23:46 +00:00
Keith Donald
301931e617 IN PROGRESS - issue SWF-720: Multiple checkboxes to Collection mapping
http://jira.springframework.org/browse/SWF-720
2008-06-23 14:19:54 +00:00