Re: Inline structure notation as argument fails

2011-02-18 Thread Jason Durham

I'm using 9,0,1,274733.

Jason Durham


On Wed, Feb 16, 2011 at 5:43 PM, Sean Corfield seancorfi...@gmail.comwrote:


 CF9 or CF9.0.1? ISTR a bug in this area that got fixed sometime along
 the way...?

 On Wed, Feb 16, 2011 at 1:05 PM, Jason Durham jqdur...@gmail.com wrote:
 
  I'm re-writing an event handler to utilize CF9s scripting enhancement.
  The
  majority of the handler was already written in cfscript, including the
 line
  of code I'm having problems with.  After making the change to full
 script,
  I'm getting an exception indicating Variable EVENT is undefined.
 
  http://coldbox.pastebin.com/CGRVf25z
 
  By moving the structure to its own variable, the code executes without
  error.   Is this expected behavi

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342432
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Inline structure notation as argument fails

2011-02-16 Thread Jason Durham

I'm re-writing an event handler to utilize CF9s scripting enhancement.  The
majority of the handler was already written in cfscript, including the line
of code I'm having problems with.  After making the change to full script,
I'm getting an exception indicating Variable EVENT is undefined.

http://coldbox.pastebin.com/CGRVf25z

By moving the structure to its own variable, the code executes without
error.   Is this expected behavior?

Jason Durham


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342345
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Inline structure notation as argument fails

2011-02-16 Thread Sean Corfield

CF9 or CF9.0.1? ISTR a bug in this area that got fixed sometime along
the way...?

On Wed, Feb 16, 2011 at 1:05 PM, Jason Durham jqdur...@gmail.com wrote:

 I'm re-writing an event handler to utilize CF9s scripting enhancement.  The
 majority of the handler was already written in cfscript, including the line
 of code I'm having problems with.  After making the change to full script,
 I'm getting an exception indicating Variable EVENT is undefined.

 http://coldbox.pastebin.com/CGRVf25z

 By moving the structure to its own variable, the code executes without
 error.   Is this expected behavi

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342352
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm