Results 1 to 8 of 8

Thread: Spring WebFlow 2 Reference Documentation Errata

  1. #1
    Join Date
    Apr 2007
    Posts
    20

    Default Spring WebFlow 2 Reference Documentation Errata

    In the Spring Web Flow 2.0.x reference guide, I found a few minor errors so far:

    In 2.9.1, 2.9.1.1, 2.9.2, 5.7.6, the terminating tag should be:
    Code:
    </subflow-state>
    not:
    Code:
    </subfow-state>
    In 4.10.1.1 and 4.10.1.2, it should be:
    Code:
    MessageContext messages = context.getMessageContext();
    not:
    Code:
    MessageContext messages = context.getMessages();

  2. #2
    Join Date
    Apr 2007
    Posts
    20

    Default Is this the right place to post with documentation errata?

    Should I copy and paste this into a bug in some tracking system? Not a big deal, but just wanted to make sure it didn't get lost since there are so many posts.

  3. #3
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    JIRA definitely, the forum traffic is so large is definitely hard to keep up, particularly with busy development and consulting schedules. Thanks for the help.

    Keith
    Keith Donald
    Core Spring Development Team

  4. #4
    Join Date
    Apr 2007
    Posts
    20

    Default Don't have rights to create issue in Jira

    Rats. I just created an account in Spring Web Flow's Jira (userid: gswduke) but I don't have rights to create a new Jira issue. Sorry.

  5. #5
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    No rights? jira-users should be able to create issues. What's your username?
    Keith Donald
    Core Spring Development Team

  6. #6
    Join Date
    Apr 2007
    Posts
    20

    Default

    username: gswduke

    I don't see Create Issue when I go to:
    http://jira.springframework.org/browse/SWF

    TIA!

  7. #7
    Join Date
    Apr 2007
    Posts
    20

    Default I see it now...

    Nevermind! Sorry for the trouble. I see it now. After I created the user this morning I must have hit back or something and didn't log in. I just logged in and could see it. (And now I feel like an idiot.) Thanks again!

  8. #8
    Join Date
    Apr 2007
    Posts
    20

    Default Added jira ticket

    http://jira.springframework.org/browse/SWF-997

    Thanks again. Sorry for the trouble (thumping head on desk).

Tags for this Thread

Posting Permissions

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