Issue resolved. Using WebFlow 2.4 syntax, but was running under 2.3
The difference was in the name attribute of the hidden input element. Under
2.4 syntax, the following is used:
<input type="hidden" name="_flowExecutionKey" value="${flowExecutionKey}" />
Under 2.3, name is "execution":
<input type="hidden" name="execution" value="${flowExecutionKey}" />
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=7b8c4770-e439-4025-8228-8f0c6bc9a3f2
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------