Results 1 to 2 of 2

Thread: newbie: flow exec key is not being forwarded

  1. #1
    Join Date
    May 2007
    Posts
    6

    Default newbie: flow exec key is not being forwarded

    Hi,
    I am a newbie to SWF. Trying a very simple use case with JSF.
    The issue I am facing is that after launching the flow execution and the start view page, transition to next view on submit action is not working.
    Looks like flow execution key is not forwarded automatically. If I put:
    <input type="hidden" name="_flowExecutionKey" value="${flowExecutionKey}">

    in the start page, transition takes place fine.

    I am using SWF 1.0.3 with Spring 2.0.2

    Also, another problem I see in webflow-config.xml against <flow:executor> and <flow:registry>, WARNINGS:
    No grammar available for namespace http://www.springframework.org/schema/webflow-config, contents of element executor cannot be validated

    Appreciate your help !

    Thanks,

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

    Default

    I would compare your prototype with the sellitem-jsf sample, and also review the JSF section of Chapter 5 in the reference manual, along with the "sellitem-jsf" walkthrough in the Practical documentation chapter. You'll read in this literature you are not required to track the _flowExecutionKey parameter--it's tracked for you.

    Since you are using SWF with JSF, I would also recommend upgrading to the latest nightly 1.0.4 snapshot. These snapshots are complete and stable--we're simply waiting a bit on releasing 1.0.4 to make sure the remaining known JSF integration issues (mostly issues that occur in exceptional scenarios) are taken care of.

    Nightly builds are here: http://static.springframework.org/do...hp?project=SWF

    Keith
    Keith Donald
    Core Spring Development Team

Posting Permissions

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