Hi Igor, the file isn't saved anywhere, it's immediately returned to the user
in the browser, as follows:
(in Form OnSubmit)
---
File f = generateExcelFile(); // generates a File object
ResourceStreamRequestTarget target = new ResourceStreamRequestTarget(
new FileResourceStream(f));
target.setFileName("test.xls");
RequestCycle.get().setRequestTarget(target);
---
So I don't see how I can do a URL that points to it, unless we change our
whole architecture to store files somewhere. Would that be required? Or is
there an easier solution to do this Download/Refresh workaround?
Thanks
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Erase-Previous-Error-Messages-in-Feedback-Panel-after-Download-tp3311648p3312811.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]