I don't do a lot of ajax, so this may be an over-simplified method of
updating the view.

setTimeout ( expression, timeout );

Add that to the end of the ajax function that updates the views.
Timeout is the amount of time it waits in MS before it runs
expression.
Set expression to the ajax function, and it will update and loop from
then on.

On May 14, 12:50 pm, Nancy <[email protected]> wrote:
> This isn't necessarily a Cake question but maybe someone here can give
> me an idea of how to solve this.
>
> I have a display with a lot of individual index views being generated
> by ajax.  Each of these indexes has a ajax links to forms (related to
> that table) that'll update the DB and then show an updated index.
> However, the issue is that the other index views being displayed are
> going to be out-of-date with respect to the changed view.  Is it
> possible to trigger updates of those views somehow?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to