Hi, So I have the following:
window.onbeforeunload = function() { return "You will lose your changes."; }; I have a number of actionlinks on my page, all of which update a zone. Clicking these the beforeunload event is not fired (which is the behaviour I want). When I do a page refresh the it _is_ fired - also good. However if I click "Cancel", subsequent zone updates no longer work. On clicking an actionlink a POST request is being triggered, and the zone contents is coming back, but the page is not updating. If I click "OK" subsequent zone updates work fine. Any thoughts? Thanks Richard. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org