Hey Svaen, thanks a lot.
This works smoothly ;)
download = new AjaxDownloadBehavoir()
{
@Override
protected IResourceStream getResourceStream()
{
return new FileResourceStream(getXMLFile());
}
@Override
protected String getFileName() {
return getXMLFile().getAbsoluteFile().getName();
}
};
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Initiating-File-Download-through-Ajax-is-not-working-tp2289784p2289809.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]