cfargument array default not of type array
Well, painful afternoon, but hopefully turned up something the Web didn’t have on CF. In short, when using CFParam (at least as part of an init method), you must use default=”#ArrayNew(x)#” where x is your own dimension setting. If not, CF will throw an error saying that the incoming value is not of type array.
I expect the same holds true for Struct, but can’t take any more time with this during this project. Cheers,
– Pete