RE: [flexcoders] Submit an editable grid

2005-03-14 Thread Valy Sivec
saveIndi(Individual[] individuals)   instead?       -Original Message-From: Valy Sivec [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 12:09 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Submit an editable grid Peter,   Thank you for your message. I fixed the problem and wha

RE: [flexcoders] Submit an editable grid

2005-03-14 Thread Peter Farland
TED] Sent: Monday, March 14, 2005 9:15 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Submit an editable grid Hello guys,   I have an editable datagrid and a save button underneath. Each row from the datagrid is an "AS2" value object that is registered Object.registerClass. I edi

RE: [flexcoders] Submit an editable grid

2005-03-14 Thread Valy Sivec
05 9:15 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Submit an editable grid Hello guys,   I have an editable datagrid and a save button underneath. Each row from the datagrid is an "AS2" value object that is registered Object.registerClass. I edit the grid and hit the save button. I woul

RE: [flexcoders] Submit an editable grid

2005-03-14 Thread Peter Farland
MTo: flexcoders@yahoogroups.comSubject: [flexcoders] Submit an editable grid Hello guys,   I have an editable datagrid and a save button underneath. Each row from the datagrid is an "AS2" value object that is registered Object.registerClass. I edit the grid and hit the save button. I would expect

Re: [flexcoders] Submit an editable grid

2005-03-14 Thread Joe Berkovitz
The only time I've ever seen that happen is when there is something broken about the Java/AS mappings. There are several simple JavaBean gotchas that can bite you here: - forgetting to put in a public no-arg constructor - forgetting to have public setter methods for properties - trivial spelling