Response header is not set by the resourcereference when changing the request handler

2013-07-25 Thread rjjvandenberg
I want the user to download a generated file, depending on the form content, with a submit button. This is how I add the button to the form: code Button downloadInvoicesButton = new Button(download) { @Override public void onSubmit() {

Re: Response header is not set by the resourcereference when changing the request handler

2013-07-25 Thread rjjvandenberg
Yes, the headers should be set by ZippedDocumentsResourceReference, but this reference is not coming with Wicket distro, so you should debug it yourself. The same problem occurs when using PackageResourceReference. -- View this message in context: