0
How do I properly pass an actionscript value object ( VO) to Coldfusion from flex without naming each value in the VO?
New Here
,
/t5/coldfusion-discussions/how-do-i-properly-pass-an-actionscript-value-object-vo-to-coldfusion-from-flex-without-naming-each/td-p/7672150
Oct 05, 2015
Oct 05, 2015
Copy link to clipboard
Copied
I'm building a flex app and using a VO to manage the data so its persistent and loosely coupled from the UI. Ordinarily I could just pass a flex form value to a cfc argument via <mx:remoteObject><mx:method></mx:remoteObject> syntax for passing each form element in a function that calls the remote object and function located in the CFC. What I'm wanting to do is pass the entire VO into a coldfusion function for login and have CF return an array of values back to the VO to store the user's account information and populate the flex dashboard from the VO. How do I properly pass the entire VO to Coldfusion from flex without naming each value in the VO?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Have something to add?
Join the conversation

