Hi! I have a simple page where the user can download files... I did a mixin that if server doesn't answer in 2 seconds, it appears a "Loading" modal box. That was working perfectly until I get the StreamResponse from the server... Firefox shows me the download dialog (that is perfect) but the "Loading" box is still in the page... Is some way of detecting via javascript... that the page received a StreamResponse from the server?? (so I can hide the Loading box)
Thanks!!! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org