I have an application that is running into some issues. I have a file called databar.cfc that defines a data structure. I have another file called databarProcess.cfc which contains a group of functions.
In my process.cfm routine, I manipulate a databar object and then pass it to a function in databarProcess.cfc. The function takes two arguments. The first is the databar object and the second is a numeric value. I am getting an error "The OBJDATA passed to the function checkComp() is not of type databar. I did a cfdump immediately before the call to checkComp() and confirmed that the object is com.databar. Can anyone point me to a possible solution? Please let me know if you need more details. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317265 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

