i am trying to load data into a database using a component
made in the extensions wizard of eclipse. when i do an insert using
a cfquery tag in the main page, it works. using the cfc it fails
out with a mysql error of cannot do update because of a foreign key
constraint, leading me to believe the data isnt making it to mysql.
I try to dump the data from the user variable in the main page, but
it takes me to the coldfusion administrator and shows me the
function info for the cfc, not the struct values. Here is the
related code from the main page and all related cfcs. any help is
greatly appreciated!