Question
Passing Struct To CFC Within A Grid Bind
Why does the following not work? When trying to pass the
struct it gives me the error "Complex object types cannot be
converted to simple values." Can I not pass structs within binds to
a CFC? Obviously in this example i'm only passing a single numeric
value, but what I really want to do is pass a full struct that
contains a list. If there's an easier way to pass a list, that
works too!
