Re: how does DownloadLink lock the page?

2022-03-22 Thread Sven Meier
Hi Lucio, only the *page instance* containing the DownloadLink is locked by the download. Each user gets his own page instances, and these do not affect each other. Best regards Sven On 22.03.22 18:00, Lucio Crusca wrote: The API docs here https://nightlies.apache.org/wicket/apidocs/9.x/o

how does DownloadLink lock the page?

2022-03-22 Thread Lucio Crusca
The API docs here https://nightlies.apache.org/wicket/apidocs/9.x/org/apache/wicket/markup/html/link/DownloadLink.html state that DownloadLink locks the page. I assume it means the user who is downloading something cannot access the webapp until the download has finished. But what about othe