RE: [flexcoders] How to handle a returned Java Collection in Flex - RemoteObject call

2005-08-19 Thread Oscar . Cortes
It is actually private. The cause might be different. We have a Flex /CF7 installation and there is a file in ColdFusion 7 called gateway-config.xml, and with an entry called lowercase-keys. This seems to explain what we are seeing. I just don't remenber where I read that we should expect an

RE: [flexcoders] How to handle a returned Java Collection in Flex - RemoteObject call

2005-08-18 Thread Matt Chotin
Sorry, I dont know what might be going on here. Sounds like a bean-mapping issue though. Maybe your sDesc was public? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Monday, August 08, 2005 2:24 PM To:

RE: [flexcoders] How to handle a returned Java Collection in Flex - RemoteObject call

2005-08-08 Thread Oscar . Cortes
Hi Matt, I used XMLObjectOutput and found out that the name returned in the result was 'sdesc'. I think I was confused by the fact that I was expecting 'Desc' or 'desc', which is the getter name for this attribute --getDesc- in the Java VO. However, it is returning the name of the attribute

RE: [flexcoders] How to handle a returned Java Collection in Flex - RemoteObject call

2005-08-04 Thread Oscar . Cortes
Sorry for the late response, I actually got it closer to what I need. I can see the collection that the Remote Object is returning in a ComboBox. However, I can see all attributes listed in the ComboBox separated by commas. I only want to show one of them, the Description. So I figured I will

RE: [flexcoders] How to handle a returned Java Collection in Flex - RemoteObject call

2005-08-03 Thread Shahnavaz Alware
Can you post your code snippet? What you described in your email is right way and should work if your code is doing right thing. Thanks From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 9:32