I am trying to write a controller for a project I am working on. I want to pass it everything that it needs from the form page as hidden variables.
But I am not having much success in getting cfinvoke to work dynamically. I believe the correct way to do this is by using cfargumentcollection. I am able to cfdump a structure called args showing the field name and form value. The only two variables that make it to the CFC are a session variable and a table ID, but none of the form variables. Here's how I am calling it: <cfinvoke component="#Combo#" method="#MethodToCall#" argumentcollection = "#args#"/> Any ideas? Rick Mason ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292703 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

