Usually this stuff is event driven.  An event is dispatched when the new
results from the DB is available.  Listen for those events to see if they
are happening.  If they are, then see if the data your view controls are
using are getting updated with that new data.

-Alex

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

>Yeah I did this too
>
>        // retrieve new list
>    studentmodulesResult.token =
>studentmodulesService.getAllStudent_modules();
>
>This retrieves the code from the db.
>
>I know the db has been updated, because if I refresh the browser screen
>(F5)
>, the app is restarted and I can see the change in the data.
>
>I takes a resfresh of the browser in order to actually see the data. This
>is
>where I am having difficulty. I cant find a way for the change to happen
>during the current runtime.
>
>Any ideas?
>
>
>
>--
>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
>696p5728.html
>Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to