Hi guys,

I'm having an issue on a page that has many Ajax updating behviors. When the user clicks on one of the regular SubmitLinks, even there are pending Ajax requests, the HTTP POST is immediately done.

Then, it appears that the previously in progress Ajax requests hit the new page, and fails miserabily with exceptions like "unable to find component xxxxx".

Some other times, for users on very high latency networks, I ecounter (though rarely enough) exceptions "page map locked for more that one minute". I guess that's when a conflicting ajax requests from a previous page failed to release properly its pagemap lock...

What do you think? Is using the standard SubmitLink the main problem? Should I use some kind of behaviour to append some javascript that enables the SubmitLinks on the client side when the ajax queue is empty?

Thanks in advance for your insights ;)

Cheers,

Antoine.

PS : This has been happening from versions 1.2.4 to current trunk, even if the various version upgrades tend to improve the situation !


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to