Results 1 to 2 of 2

Thread: Breadcrumbs using Spring Web Flow

  1. #1

    Default Breadcrumbs using Spring Web Flow

    I've been using Spring MVC for some time. In my app I have a basic navigation menu that hyperlinks to different views. I always wanted to implement bread crumbs so that the user could easily take a step back in the navigation "tree" or come back to the "root menu".

    After going through the Web Flow intro, my understanding is that if I move to Spring Web Flow it may be easy to implement breadcrumbs navigation because the current flow and the flow status is now available in the context. Does this make sense?

    Can someone suggest how best to implement breadcrumbs navigation within the context of Spring Web Flow?

    Also, is bread crumbs support already available or planned for a future release?

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

    Default

    So far there is no out-of-the-box breadcrumb support, but as you already noticed, all information to do something like that is available.

    I haven't created something like this before, so I don't really have a "best way" to go about it. One option I see is having a FlowExecutionListener that builds the breadcrumb data structure in the flow scope based on the state transitions that happen in the flow.

    Erwin

Similar Threads

  1. FlowExecutionStorage in a DB
    By cacho in forum Web Flow
    Replies: 7
    Last Post: Oct 19th, 2009, 03:36 PM
  2. Is a 'singleton' flow a bad idea?
    By akw in forum Web Flow
    Replies: 4
    Last Post: Oct 6th, 2005, 01:16 AM
  3. Gaijin Studio 0.9.3 for Spring Web Flow Released
    By dadams in forum Announcements
    Replies: 3
    Last Post: Apr 15th, 2005, 03:56 PM
  4. Spring Web Flow - Preview 1 Released
    By Colin Sampaleanu in forum Announcements
    Replies: 13
    Last Post: Apr 6th, 2005, 07:22 AM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

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