Hi all, I'm new to Flex and i´m having problems with something as simple as inserting a new row in a datagrid, so probably i'm missing something. I have a dataservice that fills an arraycollection binded to a datagrid. If I do an: ArrayCollection( myDataGrid.dataProvider.addItem( new myObject ) )
and then a: myDataService.commit() I get this error: [RPC Fault faultString="Channel disconnected" faultCode="Client.Error.DeliveryInDoubt" faultDetail="Channel disconnected before an acknolwedgement was received"] and in the console this one: Exception in RtmpReader thread: flex.messaging.MessageException: Cannot create class of type 'flex.data.UpdateCollectionRange'. Everything works fine if I do myDataService.createItem( new myObject() ), except it's not viewed in the datagrid. I think this have to be with the configuration of the data-management- config.xml, but, really, I have no clues, so any help will be very appreciated. I use Spring+Hibernate. Thanks in advance. PS. If needed, i'll post the code. ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- 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/ <*> 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/

