Re: File download through form submit feedback messages

2012-11-23 Thread Joachim Schrod
juhar wrote: Hi, I have a page with a form on it. After the user has submitted the form successfully (all the fields have validated ok), the server creates a report-file based on the form values. The file is not created as physical file on the server, but it is given as download to the

File download through form submit feedback messages

2012-11-22 Thread juhar
); } } }); } Thanks, Juha -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/File-download-through-form-submit-feedback-messages-tp4654087.html Sent from the Users forum mailing list archive at Nabble.com

Re: File download through form submit feedback messages

2012-11-22 Thread Bas Gooren
) { ApplicationLogger.error(Error writing report to HTTP response, ex); } } }); } Thanks, Juha -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/File-download-through-form-submit-feedback-messages-tp4654087.html Sent from the Users forum mailing list archive

Re: File download through form submit feedback messages

2012-11-22 Thread Ernesto Reinaldo Barreiro
Hi, On Thu, Nov 22, 2012 at 1:12 PM, juhar juha.ruoko...@trimico.fi wrote: Thanks, I already tried that one, and it worked great on other browsers, except on IE8 :( With IE8, I would get a pop-up warning about a possibly harmful file. I guess IE8 does this with javascript initiated downloads.