Hi Kuba - I believe it is the same or similar issue. I posted a similar issue a few months ago and never got a response. Anyway, this is mission critical for my app. I have a background queue that's generating data for display. While it's running, I have a javascript that should be polling the queue to see if the job is done. If done, it should display the job results. Otherwise, it should show a wait icon. Problem is, the queue is launched via an ajax. After launching the queue, the controller then writes an ajax script to a target div for the purpose of polling the queue. However, this newly generated ajax never gets executed, so the polling doesn't work. I know of no other way to do this other than to refresh the entire page, which is a kludge. I know refreshing the whole page would work because the polling routine runs if it is loaded at the time the page is loaded.
I'm stuck and need some help here. Has anyone ever gotten something like this to work? On Dec 23, 9:19 pm, Kuba Kucharski <[email protected]> wrote: > hi, > > that is a very good question. April, f.e: > > http://www.mail-archive.com/[email protected]/msg34855.html > > -- > Kuba

