ColdBox Forums Notification: Post to Retrieve all Form/URL scoped variables from Request Context

Title: Retrieve all Form/URL scoped variables from Request Context
Thread: Retrieve all Form/URL scoped variables from Request Context
Forum: Need Help?
Conference: ColdBox
User: prentice I am wondering if there is a way to get all of the values in a form scope or url
scope from the request context. The reason I need this is because I am trying
to persist variables across request in the request context for a form. When a
user submits a form, I want to persist the values across a route so that I can
access them again on another form page. Currently, I am just listing value that
I need on each setNextRoute(), but on large forms, this can get a little
unwieldy, and would like to be able to just say
setNextRoute("handler/action", Event.getFormFields());

I wanted to use the
decorator to put in this functionality, but I don't know pick out the values
based on the scope. Would I have to overwrite the init to do this?
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=663C6631-FF65-CEF6-65F2AC26F91663D8