* danielfernandez-thymeleaf: (22 commits)
Upgrade to SWF 2.4 M1 and fix git rebase issues
Modified thymeleaf-extras-* dependencies to version 2.0.0
Expanded tabs into spaces.
Fixed unix line feeds.
Deleted original JSP files.
Fixed error reporting format.
Added static content to search.html
Added static prototyping structures to all templates.
Small markup fixes.
Converted booking flow to thymeleaf.
Added list and show pages
Added bookingsTable.html, reconfigured JSP layout for old pages.
Thymeleaf-ied layout and several JSP pages.
Added dependency to thymeleaf-extras-conditionalcomments
Created Standard Layout in thymeleaf.
Added thymeleaf versions of "login" and "logoutSuccess"
Added first Thymeleaf template to application (intro.html)
Added log configuration entry for thymeleaf.
Applied Thymeleaf configuration
Refactored Tiles version in pom.xml
...
Also modified template resolver configuration to remove ".html"
suffix so that it is specified in Tiles definition names and therefore
is easy to differentiate in case when the HTML has the same name as a
definition (thus avoiding infinite recursion).
* Applied Thymeleaf configuration and Template Engine creation
to webmvc-config configuration file.
* Made application run through Thymeleaf's own Tiles infrastructure.
This demo shows how flow output can be mapped to MVC flash scope. In
this case the output is a simple string message that will be displayed
to the user.
Issues: SWF-1561