OK, I am using RemoteObject. Tom's suggestion of putting the variables all UPPERCASE worked! Thanks Tom.

I think I do have value object created in the CFC. I'm not familiar with what exactly you're referring to, but this is what I have to create the variables:

<cfset results = StructNew()>
        <cfset results.userValid = "true">
        <cfset results.userRole = #valuelist(GetSessionSecurity.levelid)#>
<cfreturn results>

In any case, it works now. Thanks again!
__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to