Excellent. Glad you got to the bottom of it!  

I had asked a CF person to try to help you out but apparently they 
aren't around.  Sorry about that!

--- In flexcoders@yahoogroups.com, João Fernandes 
<[EMAIL PROTECTED]> wrote:
>
> Hi Tom,
> 
> 
> Problem solved. The problem was related when assigning values to 
the CFC VO.
> 
>  
> 
> The UID field (and all other numeric fields) was of type numeric 
and I was
> assigning a string to it. I was expecting that the value was 
converted to a
> numeric type in CF but the cf adapter was sending XXXXX.0 to the 
client.
> Flash was getting the value as XXXXX so it couldn't match and 
update the
> correct row.
> 
>  
> 
> Using  <cfset myVO.setUID( javacast( `int', 
myWebService.result.getUID() )
> )> solved the problem. 
> 
>  
> 
> Thanks,
> 
>  
> 
> João Fernandes
> 
>   _____  
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of Tom Ruggles
> Sent: quinta-feira, 12 de Outubro de 2006 16:08
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: [FDS] DataGrid not updated when 
ArrayCollection is
> updated from sync
> 
>  
> 
> Hi João,
> 
> I am unable to reproduce this behavior using assorted methods of 
> inserting the new item. Can you provide more details on exactly 
how 
> you are inserting, what your object looks like, how your 
destination 
> is configured, etc? I paid close attention to this specific 
> scenario throughout the 2.0 development cycle so I am very curious 
> how to reproduce it.
> 
> Thank you.
> Tom Ruggles
> FDS QA
> 
> --- In [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com> 
ups.com,
> João Fernandes 
> <joaopedromartinsfernandes@> wrote:
> >
> > Hi there,
> > 
> > 
> > 
> > I have a datagrid binded to an ArrayCollection which is filled 
by 
> a DS
> > destination. 
> > 
> > When I add an item and commit, my datagrid ID column doesn't get 
> updated but
> > if I check the value in my ArrayCollection, the ID property is 
> correctly
> > updated.
> > 
> > 
> > 
> > If I sort my datagrid, the new value shows up. 
> > 
> > 
> > 
> > This doesn't happen to clients who are connected to the same 
> destination.
> > They see the right behaviour.
> > 
> > 
> > 
> > Any thoughts?
> > 
> > 
> > 
> > Thanks,
> > 
> > 
> > 
> > João Fernandes
> >
>





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

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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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