Re: code suddenly stops working for no apparent reason

2014-09-02 Thread Bobby
It isn¹t being explicitly passed, it is being explicitly referenced. The template assumes it was passed in as part of the attributes collection/scope (as per argumentcollection=#attributes#²). The error is telling you that it is not in the attributes scope. The error is not wrong so, like Phillip

RE: code suddenly stops working for no apparent reason

2014-09-02 Thread Mark A Kruger
I would echo what Bobby said :) (cfbrickwall) -Original Message- From: Bobby [mailto:bo...@acoderslife.com] Sent: Tuesday, September 02, 2014 6:52 AM To: cf-talk Subject: Re: code suddenly stops working for no apparent reason It isn¹t being explicitly passed, it is being

Re: code suddenly stops working for no apparent reason

2014-08-30 Thread Phillip Vector
The reason is apparent. Element USERID is undefined in ATTRIBUTES. Trace the attribute back and figure out where it was set and see why it isn't being set. On Sat, Aug 30, 2014 at 11:31 AM, Matthew Smith chedders...@gmail.com wrote: cfcase value=createUser cfinvoke

Re: code suddenly stops working for no apparent reason

2014-08-30 Thread Matthew Smith
But it is being explicitly passed. That's where I'm lost. On Aug 30, 2014, at 12:44, Phillip Vector vec...@mostdeadlygame.com wrote: The reason is apparent. Element USERID is undefined in ATTRIBUTES. Trace the attribute back and figure out where it was set and see why it isn't being

Re: code suddenly stops working for no apparent reason

2014-08-30 Thread Phillip Vector
Apparently, it isn't. Go back further. On Sat, Aug 30, 2014 at 12:08 PM, Matthew Smith chedders...@gmail.com wrote: But it is being explicitly passed. That's where I'm lost. On Aug 30, 2014, at 12:44, Phillip Vector vec...@mostdeadlygame.com wrote: The reason is apparent.