On 7/18/07, minglee <[EMAIL PROTECTED]> wrote:
However, when printing xmlHttp.responseText, it displayed content of my another application's xmlHttp.responseText. I think there must be something wrong with cache, but how should I do with the zend framework's cache in this case?
Are you using Zend_Cache inside your registerAction? If not, then I suspect the problem is with your javascript and not with the Zend Framework. Do you have an online example of the problem we could look at? I recommend using the Prototype javascript library (http://prototypejs.org/) for making your Ajax requests, it will take care of a lot of common javascript issues for you. You might also want to get the Firebug extension for Firefox ( http://www.getfirebug.com/), it will show you exactly what is being returned to the browser from the server so you will easily be able to determine where the problem is. Dillon www.dewoods.com
