I don't know Zend's code at all, but setting a result token and calling a
service sounds like you're just updating the DB.  Then you have to fetch
from the DB again, or take the new data object and update your local copy
by adding it to a collection somewhere.

On 3/26/14 10:30 AM, "SmileySnr" <[email protected]> wrote:

>I thought I was doing 1) and 2)
>
>The first I think is part 1 and the second is part 2) ... Is this corect?,
>or should I be using some other code framents?
>    
>    studentmodulesResult.token =
>studentmodulesService.createStudent_modules(studentModules2);
>    studentmodulesService.commit();
>
>The studentService is a ValueObject and creatStudent_module(..) is a class
>within this Student_ModuleService, these are auto generated by the Zend
>Framework.
>
>
>
>
>--
>View this message in context:
>http://apache-flex-users.2333346.n4.nabble.com/AS3-Zend-Framework-and-data
>grid-updates-after-add-update-or-delete-operations-on-a-Database-table-tp5
>696p5724.html
>Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to