I need basic example code for a simple form submit. I'm using a flex form and have a ColdFusion CFC to do the insert.
What I need is what gets the two talking? I'm not using FDS at this point. Just ColdFusion MX7.02. I assume I should use a remoteobject, but I don't know how to pass the flex form data to it when the user click submit. What goes in the onclick on the submit button? What AS do I need to pass the form data to the remoteobject? What should the remoteobject look like to pass the data to the CFC? I'm just learning flex, but I'm used to ColdFusion flash forms using cfinvoke arguments. I assume it is done using remoteobject instead of cfinvoke. But I'm open to the easiest way to do it. Thanks, Don

