Return custom Component from CF to flex?
Hi,
i am in huge a desperate state...
My Idea:
I have an Air-App wich read out the Database with Coldfusion remoting - So far no Problem. Now i create a Component inside Coldfusion, wich represents a User from the Database.
<cfcomponent displayname="CurrentUserVO" hint="Represents the logged in User" output="false">
<cfset this.username = "" />
<cfset this.password = "" />
<cfset this.firstname = "" />
<cfset this.lastname = "" />
</cfcomponent>
I create a Query, read out the Database and "parse" the DatabaseContent to this component. Now... I want to return this "Custom Component" to Flex, but that doesn't work ![]()
I can return the whole querry or a property of the Component (such as lastname or firstname) but not the complete Componente. (Flex Result == null)
It would be awesome if someone can help me, i think for a Colfusion-Expert this isn't a big thing?
Greets from Germany,
Nico
Ps: @ Adobe: The Coldfusion-"Community" in Germany i on a very very low level !
(There are just a few people)
