Groups | Blog | Home
all groups > coldfusion flash integration > september 2007 >

coldfusion flash integration : passing complete form-structure to a cfc?


hkk
9/22/2007 12:00:00 AM
hi,
how can i pass ALL the form variables including grid-data to a remoting-cfc in one big structure? (like the form structure in cf)

regards
herbert
tjfrevert
10/8/2007 3:17:09 PM
<cfscript>
cfcObj = createObject("component", "cfcName");
returnedData = cfcObj.methodName(form);
AddThis Social Bookmark Button