Hi, I don't understand completely what your're doing but what I noticed is that you 'post' and 'get' the data at the same time at 'button click':
<mx:Button id="addRecordBtn" x="156" y="463" label="add" click="postRecord.send(), getRecord.send()"/> Mabe the 'getRecord' is faster than the 'postRecord' wich ends up in returning nothing new. HTH, Olaf -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Datagrid-refreshing-after-HTTPService-update-tp12721p12724.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
