Greetings!
Is it possible to use spring webflow in an application that is using Tiles to do layout? If it is possible, what are the necessary configurations? I have not seen any examples in the webflow module.
Curtney
Greetings!
Is it possible to use spring webflow in an application that is using Tiles to do layout? If it is possible, what are the necessary configurations? I have not seen any examples in the webflow module.
Curtney
I don't see any reason why using tiles with SWF would be impossible. However, I don't now jack about tiles nor have I tried it so I can't really give any pointers.
Erwin
I did a simple flow and it works perfectly with tiles.
Hi, I'm using spring, webflow, and tiles I haveOriginally Posted by curtney
----------------------------------------------------------------------
HTTP Status 404 - /ECN/aPage
type Status report
message /ECN/aPage
description The requested resource (/ECN/aPage) is not available.
----------------------------------------------------------------------
aPage being the start-view-state...
I have seen other postings talking about extending the bindingRequestProcessor with TilesRequestProcessor, but I'm unsure as what do...
any help, (and code) would greatly appreciated. As need to get my project out.
Kind regards
Jay
Spring MVC describes the configuration for Tiles integration:
http://static.springframework.org/sp...tml#view-tiles
No futher configuration is required to use Tiles and WebFlow. As long as the name of the view state matches to a Tiles definition, the view state will resolve and render.
Hi Guys i am new to Tiles
i was under impression of Tiles has been seperated from struts.
but when i am integrating with spring it is asking for
1) struts-tiles-1.3.5
2) struts-core-1.3.5
3) commons-digester
4) commons-beanutils
So still tiles integrated with struts?
if not what is the approach?
Thanks
Venky
Tiles was originally a Struts specific project, but is now generally applicable. It probably still has some dependencies on the core Struts code base. However, that doesn't mean your app needs to use Struts to use Tiles.
Erwin
Yes ...its just a clarification
Thanks Erwin
Thanks
Venky