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 other users? Does that notice about other threads also being blocked mean that even other users won't be able to access that page? Or even the whole webapp?
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org