I noticed in:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19356

It states:

"...With Flash Remoting, they are returned in exactly the same case as
they are typed. For example, if you returned a query with two columns,
(FirstName, LastName), when ColdFusion returns the data through a web
service call, the columns will be all uppercase, (FIRSTNAME,
LASTNAME). If Flash Remoting is used to return the data, then the
columns will appear exactly as they appear in the database,
(FirstName, LastName). MXML is case sensitive, so it is possible that
you may run into a problem with case sensitivity..."

Yet, I just spent the last 10mins trying to figure out why my bindings
weren't working - turns out  the struct I return from CFMX is now
uppercase in FLEX - instead of case sensitive which the technote
states.

Personally i prefer uppercase in the end as that way i'm now coupling
my FLEX stuff with how a developer in CFMX typed his variables.


-- 
Regards,
Scott Barnes
http://www.mossyblog.com
http://www.flexcoder.com (Coming Soon)


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to