All-
I think I read you can't pass complex obects(queries), to a function in a component without a <cfinvoke>.
i.e
<cfform method="post" action="myComponent.cfc>
<input type="hidden" name="method" value="myMethod">
<input type="hidden" name="myQuery" value="#myQuery#">
...
</cfform>
will not work, the query results will not be passed...what are the ways around this, convert the query to an array? Any other thoughts?
I think I read you can't pass complex obects(queries), to a function in a component without a <cfinvoke>.
i.e
<cfform method="post" action="myComponent.cfc>
<input type="hidden" name="method" value="myMethod">
<input type="hidden" name="myQuery" value="#myQuery#">
...
</cfform>
will not work, the query results will not be passed...what are the ways around this, convert the query to an array? Any other thoughts?