flowExecutionKey
Cantor, Scott
cantor.2 at osu.edu
Wed Jul 2 17:19:30 EDT 2014
On 7/2/14, 5:13 PM, "Marvin Addison" <marvin.addison at gmail.com> wrote:
>> I'd also defer to you on this...should we change the views that are
>> non-terminating to use a hidden parameter for the key?
>
>I believe hidden field is standard practice for views that POST; for
>GET requests it's commonly a querystring parameter. I must admit I
>haven't looked at how you're passing the flow key at present; I just
>assumed it was via hidden form parameter.
No, I just made the form action "flowExecutionUrl".
In particular, I would think there'd have to be some "base" variable that
is the flow URL minus the execution key, or it would be provided twice,
and I'm not seeing that.
Or you're meant to build all this manually by accessing some fairly low
level bits inside the request context, but that seemed weird to me if they
auto-populate flowExecutionUrl. I just assumed it was there to be the
thing to use, and it includes the query string.
-- Scott
More information about the dev
mailing list