Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
hkk #1
passing complete form-structure to a cfc?
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
hkk Guest
-
form variable passing
I am struggling with this what i want to do is submit the form in a center pop up window. The submit button is a hyperlink not a button. here is... -
Class::Struct - want to access structure within structure
I want to access a structure within a structure. Below is what I had in mind. Please help. #!/perl/bin/perl use Class::Struct; struct Step... -
passing password from form to form
Pass it encrypted in a hidden field or use Cookies "Ike" <rxv@hotmail.com> wrote in message... -
Input form for creating hierarchy structure
Hi I'm trying to create an input screen that allows users to create a hierarchical structure as the one below, but have no clue where to start or... -
passing arguments from web-form to win-form
"David Boaz" <dboaz@bgumail.bgu.ac.il> wrote in message news:uJNJ8XRRDHA.704@tk2msftngp13.phx.gbl... I think your system clock is wrong. You are... -
tjfrevert #2
Re: passing complete form-structure to a cfc?
<cfscript>
cfcObj = createObject("component", "cfcName");
returnedData = cfcObj.methodName(form);
</cfscript>
tjfrevert Guest



Reply With Quote

