I've recently started upgrading some applications to use Spring Webflow 2, and I want to make use of the new Ajax functionality that comes with Webflow 2. Can somebody please direct me to a tutorial for integrating Tiles 2 with Spring Webflow (since that's apparently what they recommend). I've found the documentation that comes with Webflow 2 in this regard to be absolutely useless.
feedback
|
|
This is what I did to get it working with webflow 2 and tiles 2.0
| |||
|
feedback
|
|
It's perfectly explained in the docs. So, please, stop saying it isn't. How to use tiles in spring: 10.5 View resolution (link + #spring-mvc-config-spring-view-resolution) How to use Ajax with tiles in spring: 11.5: Handling Ajax request (link + #spring-js-ajax) Copy the code from those links and you will end up with something like this: Configuration for webflow to use Tiles:
Configuration for Tiles:
Configuration for Tiles + Ajax:
| |||
|
feedback
|
|
This isn't exactly referring to the ajax features, but it helped me get apache tiles 2 set up for regular flows: http://jee-bpel-soa.blogspot.com/2008/12/spring-web-flows-2-and-tiles.html A lot more details are at the link, but the core bit you need is a new view resolver:
| |||||||
feedback
|