RE: [coldbox:18313] [coldbox-3.6.0] - RC collection empty upon submitting a form with fields for some reason

Check an HTTP profiler to ensure the request isn’t being redirected. SSL interceptor comes to mind.

Hi,

I’m using CF 10 and Coldbox 3.6.0

I have a form on my page and when I submit it to my handler and dump out the “rc” scope/argument it is always empty. For the past year or so since I’ve been using ColdBox this has never happened and to be honest has always just worked. As I really basic test I created the following two files. When I dump out the “rc” variable after submitting my form all I see is and I should be seeing my form fields (at least I used to).

Any idea why the rc variable in the arguments scope might possibly be empty?

NAMESPACE [empty string]
NAMESPACEROUTING [empty string]
event account.process

Account.cfc (my test handler)
uploadtest.cfm (my view)

–uploadtest.cfm

First Name:



Last Name:



–Account.cfc

Thanks…

It seems to be working now. I think I had some quirkyness due to my Routes.cfm file and the actual order of what I have in there. I made some changes and tested with a new handler with a different name and the form fields were in fact coming through.

All is good now… thanks for responding.