Results 1 to 2 of 2

Thread: I get remove of the 'execution' parameter from GET?

  1. #1
    Join Date
    Sep 2010
    Posts
    17

    Default I get remove of the 'execution' parameter from GET?

    I use to Spring Webflow. Can I get remove of the 'execution' parameter from GET?

    For example:

    http://localhost:8090/myapp/account/...execution=e1s2

    I have set the following value but the url is still not changed. What am I missing?

    <webflow:flow-executor id="flowExecutor" flow-registry="flowRegistry" >
    <webflow:flow-execution-attributes>
    <webflow:always-redirect-on-pause value="false"/>
    </webflow:flow-execution-attributes>
    </webflow:flow-executor>

  2. #2
    Join Date
    Sep 2010
    Posts
    17

    Default

    This does work; however, I didn't notice the following in the page.

    <form action="${flowExecutionUrl}" method="post">
    <input type="submit" name="_eventId_nextForm" value="enter" />
    </form>

    This sends the complete url which has the execution value in it.

Posting Permissions

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