> ...What you are not realizing is that when you > post directly to the CFC url by the action property of the form tag, > you are creating a new instance of the object...
Bingo. That was indeed my problem. In the docs it is written that you may only transiently invoke component methods via form or url, which is fine, but I didn't gather that you also cannot invoke methods of persistently scoped components via form or url. Which is also fine - it's the not knowing that kills you. Thanks again to all contributors. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272096 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

