I am using BlazeDS. The thing is that I am loading the array in the main mxml (I show the array in a grid) but I am editing the item in a PopUp Window Form. Think this as a master-detail (grid-popUp Window form) app. Still, when you edit the item using the PopUpWindow Form, nothing happens in the original array (or at least, no change appears in the grid).
The PopUpWindow variable which holds the item is marked [Bindable]. Any ideas? Sherif Abdou wrote: > > Are you using LiveCycle? because i do not think that it matters if you > update in the remote, you would need to resend it again. > > > ----- Original Message ---- > From: rreyes <[EMAIL PROTECTED]> > To: [email protected] > Sent: Sunday, June 8, 2008 1:59:47 PM > Subject: [flexcoders] How do I bind a Remore Object ArrayColletion item to > some popUpWindow form items? > > > > I am having problems binding an item from a Remote Object ArrayCollection > to > some form items in a PopUpWindow. The Remote Object "makeObjectsBindabl e" > property is set to true and the PopUp Window object has a variable which > holds the item that is also marked [bindable]. The information from the > item > is being shown in the form items, but when I make changes, nothing happens > to the object in the ArrayCollection. > > Thanx in advance for any fresh ideas to try... > -- > View this message in context: http://www.nabble. com/How-do- I-bind-a- > Remore-Object- ArrayColletion- item-to-some- popUpWindow- form-items- > -tp17710892p1771 0892.html > Sent from the FlexCoders mailing list archive at Nabble.com. > > > > > > -- View this message in context: http://www.nabble.com/How-do-I-bind-a-Remore-Object-ArrayColletion-item-to-some-popUpWindow-form-items--tp17710892p17732273.html Sent from the FlexCoders mailing list archive at Nabble.com.

