Re: Initiating File Download through Ajax is not working

2012-03-13 Thread Rain... Is wet!
n-one-blow.html - Never forget your umbrella ! In case You did, try to find a shelter ;) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Initiating-File-Download-through-Ajax-is-not-working-tp2289784p4469023.html Sent from the Users forum mailing list archiv

Re: Initiating File Download through Ajax is not working

2011-12-01 Thread MattyDE
I updated to Wicket 1.4.19 now but the FileDownload does not work anymore. The user get redirected to a certain URL but no Dowload-Stream starts. Any hint to fix this issue? Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Initiating-File-Download-through

Re: Initiating File Download through Ajax is not working

2010-12-06 Thread Ernesto Reinaldo Barreiro
- > -Message d'origine----- > > > De : val360 [mailto:val_wic...@360works.com] > Envoyé : 3 décembre 2010 16:42 > À : users@wicket.apache.org > Objet : Re: Initiating File Download through Ajax is not working > > > final AJAXDow

RE: Initiating File Download through Ajax is not working

2010-12-06 Thread Jonathan Proulx
ement interdits. -- -Message d'origine- De : val360 [mailto:val_wic...@360works.com] Envoyé : 3 décembre 2010 16:42 À : users@wicket.apache.org Objet : Re: Initiating File Download through Ajax is not working final AJAXDownload download = new AJAXDownload() { @

Re: Initiating File Download through Ajax is not working

2010-12-04 Thread Sven Meier
Am 04.12.2010 um 16:57 schrieb val360: > > Yes it does, it's .fp7 > > Which is not an extension web server would recognize, could that be the > issue? > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Initiating-File-Downloa

Re: Initiating File Download through Ajax is not working

2010-12-04 Thread val360
Yes it does, it's .fp7 Which is not an extension web server would recognize, could that be the issue? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Initiating-File-Download-through-Ajax-is-not-working-tp2289784p3072514.html Sent from the Users forum mailing

Re: Initiating File Download through Ajax is not working

2010-12-04 Thread Sven Meier
Looks fine to me. Does you filename have an extension (e.g. ".txt")? Sven On Fri, 2010-12-03 at 13:42 -0800, val360 wrote: > final AJAXDownload download = new AJAXDownload() { > @Override > protected IResourceStream getResourceStream() { > return new FileResourceStream(theDatabase.getFi

Re: Initiating File Download through Ajax is not working

2010-12-03 Thread val360
apache-wicket.1842946.n4.nabble.com/Initiating-File-Download-through-Ajax-is-not-working-tp2289784p3071816.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr..

Re: Initiating File Download through Ajax is not working

2010-12-03 Thread Ernesto Reinaldo Barreiro
tp://apache-wicket.1842946.n4.nabble.com/Initiating-File-Download-through-Ajax-is-not-working-tp2289784p3071504.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubs

Re: Initiating File Download through Ajax is not working

2010-12-03 Thread val360
Hi It's mostly working for me as well, except that the downloaded file has .html appended to it's name. Any hints? -Val -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Initiating-File-Download-through-Ajax-is-not-working-tp2289784p3071504.html Sent from

Re: Initiating File Download through Ajax is not working

2010-07-15 Thread MattyDE
(); } }; -- 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

Re: Initiating File Download through Ajax is not working

2010-07-15 Thread Sven Meier
Hi, IIRC you have to override AJAXDownload#getFileName(), this should trigger a download dialog in the browser. Regards Sven On 07/15/2010 09:46 AM, MattyDE wrote: Hi Folks, i need to write an Web-XML-Filler. So i have to generate a XML-File on-the-fly and after that i want to stream the g

Initiating File Download through Ajax is not working

2010-07-15 Thread MattyDE
! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Initiating-File-Download-through-Ajax-is-not-working-tp2289784p2289784.html Sent from the Wicket - User mailing list archive at Nabble.com. - To