I'm getting a weird error when updating a mysql table through PHP. I've
tested the function using PHP and it works perfect. I've also made sure
the variables match the object.
When I fill in my textbox and click submit, I get this error:
ArgumentError: updateItem called with an item which is not managed on
this client: tblGroupsRPCDataManager.tblGroupsRPCDataManager:#:3
at
mx.data::ConcreteDataService/updateItem()[C:\depot\DataServices\branches
\dune_rc\frameworks\projects\data\src\mx\data\ConcreteDataService.as:106
6]
at
mx.data::DataManager/updateItem()[C:\depot\DataServices\branches\dune_rc
\frameworks\projects\data\src\mx\data\DataManager.as:2139]
at Function/http://adobe.com/AS3/2006/builtin::apply()
at
mx.data::ManagedOperation/updateItemProxy()[C:\depot\DataServices\branch
es\dune_rc\frameworks\projects\data\src\mx\data\ManagedOperation.as:495]
at
mx.rpc.remoting::Operation/send()[E:\dev\gumbo_beta2\frameworks\projects
\rpc\src\mx\rpc\remoting\Operation.as:212]
at
_Super_TblGroupsService/updateTblGroups()[X:\PackRat\www\src\services\tb
lgroupsservice\_Super_TblGroupsService.as:254]
at
Config/button_clickHandler()[X:\PackRat\www\src\Config.mxml:73]
at
Config/__button_click()[X:\PackRat\www\src\Config.mxml:131]
I'm not sure what it's trying to tell me... Any ideas out there?