Commit Graph

184 Commits

Author SHA1 Message Date
Rossen Stoyanchev
fe39a25d72 update jsf version in pom and add validation tags to faces sample 2010-08-05 05:03:04 +00:00
Rossen Stoyanchev
6a56e9678a SWF-1365 Add support for partial state saving in JSF 2, ensure one FacesContext instance per request, avoid redirect by default when remaining in same view state (originally introduced in commit point 2365. 2010-08-03 11:15:20 +00:00
Rossen Stoyanchev
fe9229cf15 SWF-1367 Add support for JSF 2 Ajax requests, update booking-faces sample (JSF 2 based Ajax, jsr-303 validation), add chained delegation to AjaxHandlers, other miscellaneous improvements 2010-07-28 12:56:24 +00:00
Rossen Stoyanchev
507fec3edf SWF-1366 Add RequestHandler for JSF resource requests and update sample config 2010-07-22 11:39:32 +00:00
Rossen Stoyanchev
6ea8f37097 Create Spring Web Flow 2.2 branch 2010-07-19 17:21:20 +00:00
Rossen Stoyanchev
7b9589c1b6 Update poms to 2.1.1 release number 2010-06-24 16:37:36 +00:00
Rossen Stoyanchev
5ca1a1d58a SWF-1256 Upgrade to Spring 3.0.3 2010-06-16 07:33:26 +00:00
Rossen Stoyanchev
52817c0faa SWF-1242 Update JSF version in pom.xml of samples 2010-06-15 15:26:45 +00:00
Rossen Stoyanchev
518dfc2ccf SWF-1237 Documentation updates for 2.1 release 2010-06-03 15:15:37 +00:00
Rossen Stoyanchev
acc793c6a2 SWF-1243 Comprehensive update for JSF 2.0 support 2010-06-02 19:47:34 +00:00
Rossen Stoyanchev
0f84b153b5 SWF-1194 Upgrade to JSF 2 2010-05-17 10:23:15 +00:00
Rossen Stoyanchev
e8fc19a3d7 SWF-1219 Fix styling of errors on login pages 2010-05-06 16:17:18 +00:00
Rossen Stoyanchev
adfe21f66f SWF-1219 Add blueprint.css, markup improvements. 2010-05-06 15:31:07 +00:00
Rossen Stoyanchev
6f48e5badc Disable publishing of samples to remote repositories. 2010-05-04 13:03:48 +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
89783b5b9e Make artifactId of booking-faces pom consistent with other samples. 2010-04-22 09:09:06 +00:00
Rossen Stoyanchev
120115ce54 SWF-1182 Upgrade to Spring Security 3.0.2.RELEASE 2010-04-21 13:09:07 +00:00
Rossen Stoyanchev
c6900f31dc SWF-1226 Upgrade dependencies to Spring 3.0.2.RELEASE, Portlet API 2.0, and Tiles 2.1.2. Change AjaxTilesView to be compatible with and take advantage of Tiles 2.1.2 features. 2010-04-19 05:33:19 +00:00
Rossen Stoyanchev
13755f4bbe SWF-1225 Update build properties for 2.1.0 release number. 2010-04-09 11:45:33 +00:00
Keith Donald
27d7ecf95d SWF-1176 ignore model evaluation errors in view-state handling 2009-09-25 02:59:11 +00:00
Jeremy Grelle
09714f49b7 Bumping version to 2.0.9 2009-08-07 16:16:01 +00:00
Jeremy Grelle
39f20543bd Updating to Spring 2.5.6.SEC01 2009-08-06 21:03:42 +00:00
Keith Donald
068eac18e5 updated to 2.0.7 dev after 2.0.6 release 2009-03-15 05:48:55 +00:00
Keith Donald
a7180df01d id assign 2008-12-08 22:30:51 +00:00
Keith Donald
643fa838ef update version to 2.0.6 2008-11-22 00:35:07 +00:00
Keith Donald
c50efc7fd5 webflow 2008-11-14 08:33:26 +00:00
Keith Donald
3b04872d69 docs 2008-11-14 08:28:19 +00:00
Keith Donald
863dd45b06 leading slash 2008-11-14 07:32:20 +00:00
Keith Donald
4166126e30 polish 2008-11-14 07:19:06 +00:00
Keith Donald
ff5dc278ae ivy updates to 2.5.6.A 2008-11-14 06:50:26 +00:00
Keith Donald
89c3f6299c to 2.0.5 2008-11-10 23:21:11 +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
49d1679b16 2.5.6 2008-11-03 10:59:12 +00:00
Keith Donald
086f2fa633 pom polish 2008-10-20 14:29:57 +00:00
Keith Donald
9a5060c85b polish 2008-10-16 22:11:46 +00:00
Keith Donald
855182fb0b polish 2008-10-15 21:05:22 +00:00
Scott Andrews
61c405b295 SWF-735 provide additional context to vaidation methods invoked by convention 2008-10-15 20:26:51 +00:00
Scott Andrews
7b4a3d25f6 SWF-909
Default flow id will be the path to the flow definition resource if a 'base-path' is provided on the flow-registry.  Otherwise the current convension of filename minus extension is used.  Flow locations are defined relative to the base-path
2008-10-14 22:43:35 +00:00
Jeremy Grelle
addca24e6a SWF-844 - Dojo DateTextBox locale-specific formatting is not progressive
SWF-853 - Decorating a form submit button as a ajax submit with a validate-all submission constraint should be easier  
SWF-910 - Make the clientDateValidator JSF component more flexible
2008-10-14 13:45:47 +00:00
Jeremy Grelle
b082baf44e Making <f:view> the top-level tag. 2008-10-04 21:49:17 +00:00
Keith Donald
1993cadd51 mvn snapshot 2008-09-30 17:15:55 +00:00
Keith Donald
5e9a02a904 polish 2008-09-30 17:10:21 +00:00
Agim Emruli
b511cf5210 added pom.xml for booking-faces sample 2008-09-26 17:40:31 +00:00
Keith Donald
d72076724f polish 2008-09-15 13:09:43 +00:00
Keith Donald
4d6620c665 polish 2008-09-12 15:29:30 +00:00
Keith Donald
af0053257a polish 2008-09-12 15:26:47 +00:00
Keith Donald
472903196d polish 2008-09-12 15:26:14 +00:00
Keith Donald
e4b75c8228 2.0.4 improvements: development mode, flow model parent registry fix, flow handler mapping, improved sample 2008-09-07 08:19:58 +00:00