Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Web Flow and Tiles

  1. #1
    Join Date
    Dec 2004
    Location
    CA
    Posts
    208

    Default Web Flow and Tiles

    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

  2. #2
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    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

  3. #3
    Join Date
    Sep 2004
    Posts
    346

  4. #4
    Join Date
    Dec 2004
    Location
    CA
    Posts
    208

    Default

    I did a simple flow and it works perfectly with tiles.

  5. #5
    Join Date
    May 2006
    Posts
    1

    Default Tiles Webflow integration Help!!!!

    Quote Originally Posted by curtney
    I did a simple flow and it works perfectly with tiles.
    Hi, I'm using spring, webflow, and tiles I have

    ----------------------------------------------------------------------
    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

  6. #6

    Default Webflow + Tiles

    Quote Originally Posted by curtney View Post
    I did a simple flow and it works perfectly with tiles.
    Have tried tying webflow with tiles but mine is not working. Any example configuration I can look at?

    Thanks.

  7. #7
    Join Date
    Aug 2006
    Location
    Brooklyn
    Posts
    556

    Default

    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.

  8. #8
    Join Date
    Dec 2006
    Location
    irving
    Posts
    119

    Default

    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

  9. #9
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    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

  10. #10
    Join Date
    Dec 2006
    Location
    irving
    Posts
    119

    Default

    Yes ...its just a clarification
    Thanks Erwin
    Thanks
    Venky

Similar Threads

  1. struts & tiles plugin & webflow
    By jocsch in forum Web Flow
    Replies: 9
    Last Post: Apr 21st, 2005, 11:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •