Did you try calling it <cfset LOCAL.invCheck = checkCustomerListing(...
instead of <cfset LOCAL.invCheck = Super.checkCustomerListing(... ? Because if your cfc extends the parent (FeedDAO thus), it don't need to call the function with 'super', it just knows the functions enclosed in the parent's body. > > On Sep 6, 2011, at 9:35 AM, Daniel Short wrote: > > > > > The symbol I provided sure the hell is a function! :) > > > > I have a question on StackOverflow I can't seem to figure out, so > I'm posting it where all the smart CFers are. Can you help? > > > > http://stackoverflow.com/q/7272498/177534 > > > > Thanks, > > > > Dan > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:347233 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

