It turns out that I was passing a value in a javascript call to a cfc where the argument type was numeric but the value going in was a null string. Somehow I was getting away with this on Coldfusion on my desktop but not at the production server. I converted the argument type to a string and then tested for an empty string before treating it as numeric in the cfc and it is OK now.
Too bad it didn't give some kind of error message! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327467 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

