-
Feb 29th, 2012, 10:10 AM
#1
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>
-
Feb 29th, 2012, 03:04 PM
#2
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
-
Forum Rules