Hi All When i have a dowload link in my page (generated via EventLink), and zones in the same page. If the download link is clicked, it raises a window.beforeunload event (because of GET). After that the zone do not update anymore, since tapestry.js is listening to 'window.beforeunload' to disable Ajax Request in Zone component.
So the only workaround i see here is to open a download window via Javascript. But i would prefer to use the 'Content-Disposition: attachment' Header and keep the zone component running, any advice ? Regards, Christophe.