Commit Graph

1859 Commits

Author SHA1 Message Date
Scott Andrews
bdc205f0a6 include the el-api in the war, this assumes we are deploying to a tomcat 5.5 pluto install, which is the pre-bundled distribution of pluto. 2008-11-12 17:09:26 +00:00
Keith Donald
f4b9fb767f getUserValue intial commit 2008-11-12 16:54:04 +00:00
Scott Andrews
4b63c514ab SWF-953 View data binding results lost after Action phase in Portlet environment, not propogating to Render phase.
The mapping results are cached in flash scope for portlet mvc requests.  JSF portlets still demonstrate this issue.
2008-11-12 16:39:28 +00:00
Keith Donald
ac8e806d00 polish 2008-11-12 15:34:09 +00:00
Keith Donald
c782737018 2.5.6.A 2008-11-12 15:30:20 +00:00
Keith Donald
f60ba513f0 validate after binding 2008-11-12 15:21:48 +00:00
Jeremy Grelle
59e8444196 SWF-899 - FlowResourceELResolver does not work outside of Web Flow environment 2008-11-11 17:12:34 +00:00
Keith Donald
17b3f533a6 2008-11-11 16:55:09 +00:00
Keith Donald
708017a73a streamlined mapping system in prepartion for binding fix 2008-11-11 16:52:24 +00:00
Scott Andrews
467c2f65b2 SWF-951 Add support for FileSystemResource and UrlResource when determining the default flow id 2008-11-11 16:28:02 +00:00
Keith Donald
950469ba2f updated 2008-11-10 23:26:01 +00:00
Keith Donald
0098da1d3e 2008-11-10 23:25:03 +00:00
Keith Donald
89c3f6299c to 2.0.5 2008-11-10 23:21:11 +00:00
Keith Donald
acdfc7a45c polish 2008-11-10 23:14:56 +00:00
Keith Donald
128c7411c1 polish 2008-11-10 23:14:20 +00:00
Keith Donald
a3d78151a0 hid ResultEventFactorySelector 2008-11-10 21:39:08 +00:00
Keith Donald
34192a14bf empty string handling 2008-11-10 21:26:24 +00:00
Keith Donald
ef915ac10b conversation to flow 2008-11-10 20:05:35 +00:00
Scott Andrews
fac2079486 SWF-948 Base path behavior inconsistent between flow-location and flow-location-pattern
Now appending a tailing slash, if needed, to the base path when creating a relative resource.  This works for both file system and classpath resources.
2008-11-10 19:48:48 +00:00
Jeremy Grelle
23e1a97297 SWF-937 - Decorating by ValidateAllDecoration non existing element causes js error with no console help. 2008-11-10 18:22:27 +00:00
Keith Donald
602ecb7b37 doc polish 2008-11-10 18:16:34 +00:00
Agim Emruli
9c9aea2670 renamed class and added some more docs 2008-11-10 18:10:18 +00:00
Keith Donald
4ab1be0aa2 restored 2008-11-10 18:01:08 +00:00
Keith Donald
e2e90910fc polish docs 2008-11-10 17:56:05 +00:00
Agim Emruli
1f4f323704 SWF-939 - Locating of flow definitions broken when base-path not being used 2008-11-10 17:07:06 +00:00
Scott Andrews
92a6c670d0 SWF-944 Show the usage of <secured> element in some context
Added an  example showing how to secure a state
2008-11-10 15:55:22 +00:00
Jeremy Grelle
02f5094616 SWF-941 - Handling whitespace correctly in the fragments attribute. 2008-11-10 15:21:44 +00:00
Scott Andrews
c972fc7c4c SWF-941 Multiple Fragments not rendering
Restored rendering of multiple page fragments
2008-11-10 15:12:14 +00:00
Keith Donald
0fcf816aaa polish 2008-11-05 12:52:38 +00:00
Keith Donald
a2efdab2f4 1.2.0.09 2008-11-05 12:51:16 +00:00
Keith Donald
cfd10858d6 polish 2008-11-05 12:49:28 +00:00
Keith Donald
24cd27ce7c changelog 2008-11-05 12:43:19 +00:00
Keith Donald
12efaf3499 unit tests for registry destroy enhancement 2008-11-05 12:18:41 +00:00
Keith Donald
d8af9185d4 polish 2008-11-05 11:59:07 +00:00
Keith Donald
cee30f62ee code review of ams fix 2008-11-05 11:55:16 +00:00
Scott Andrews
9bf63fa36d first pass at change log for 2.0.4 2008-11-04 19:44:06 +00:00
Scott Andrews
becc965847 SWF-929 Flow ApplicationContext is never closed - causes AMS to leave MBeans behind 2008-11-04 17:20:09 +00:00
Jeremy Grelle
f681d51910 Ajax-enabled the sorting links now that we've upgraded to JSF RI 1.2.09 2008-11-04 17:08:14 +00:00
Scott Andrews
b6170bb15a syncing version numbers for dependencies 2008-11-04 14:29:15 +00:00
Keith Donald
0ae67dc7ea polish 2008-11-04 13:15:26 +00:00
Keith Donald
e11805f061 a bit more about exception handling 2008-11-04 13:02:54 +00:00
Keith Donald
9751f74927 nov 2008-11-04 12:38:07 +00:00
Keith Donald
42efdc9a38 2.5.6 2008-11-04 12:15:27 +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
7b8cf2e953 SWF-930 Development mode flag not set for flows registered using flow-location-pattern
Pattern locations now accepts an AttribtueMap for flow attributes.  This map is passed to each flow resource found by the pattern.
2008-11-03 14:39:57 +00:00
Keith Donald
49d1679b16 2.5.6 2008-11-03 10:59:12 +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
Scott Andrews
987e14bcca error message should show correct date format 2008-10-31 20:27:22 +00:00
Ben Hale
4d90dba2c8 Fix javax.el version. 2008-10-31 14:47:13 +00:00