Reactor Case Sensitive Gotcha
Thursday August 17, 2006 5:27 PM
Word Count: 111
I was getting an error today and I could not figure out why it was happing. First I'll share the error then explain why it was happening.
<cfset session.creditcard = application.reactor.createRecord("creditCard").load(userId=session.advisor.getUserId())>
Message An error occured while Transforming an XML document. Detail Empty expression!
Message An error occured while Transforming an XML document. Detail Empty expression!
I know others have posted about this but I just want to let others out there know about it. When you are creating your records and gateways make sure you are aware that it is case sensitive so creditCard and CreditCard is the difference between working and an error being thrown!
