Re: IResourceStream from ByteArrayResource ?

2012-10-11 Thread mlabs
? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/IResourceStream-from-ByteArrayResource-tp4652776p4652893.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: IResourceStream from ByteArrayResource ?

2012-10-09 Thread mlabs
for a second, then it unblocks.. meanwhile the download continues (they are large PDF's) .. and eventually it shows up in-place So if I can figure out these two things, i'll be there... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/IResourceStream-from

Re: IResourceStream from ByteArrayResource ?

2012-10-09 Thread Ernesto Reinaldo Barreiro
Hi, On Tue, Oct 9, 2012 at 8:29 AM, mlabs mlabs@gmail.com wrote: thanks Ernesto .. so using that javascript trick I now have my IndicatingAjaxLink downloading via the URL of my shared resource .. which is neater I think .. and so now I don't have to bother with AJAXDownload either.

Re: IResourceStream from ByteArrayResource ?

2012-10-09 Thread mlabs
/IResourceStream-from-ByteArrayResource-tp4652776p4652781.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: IResourceStream from ByteArrayResource ?

2012-10-09 Thread Ernesto Reinaldo Barreiro
.1842946.n4.nabble.com/IResourceStream-from-ByteArrayResource-tp4652776p4652783.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: IResourceStream from ByteArrayResource ?

2012-10-09 Thread mlabs
anything in my app... TIA -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/IResourceStream-from-ByteArrayResource-tp4652776p4652800.html Sent from the Users forum mailing list archive at Nabble.com

Re: IResourceStream from ByteArrayResource ?

2012-10-09 Thread mlabs
handler(s)... INFO: Invoking failure handler(s)... INFO: focus removed from download1 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/IResourceStream-from-ByteArrayResource-tp4652776p4652808.html Sent from the Users forum mailing list archive at Nabble.com

RE: IResourceStream from ByteArrayResource ?

2012-10-09 Thread Paul Bors
and provide to us the URL. ~ Thank you, Paul Bors -Original Message- From: mlabs [mailto:mlabs@gmail.com] Sent: Tuesday, October 09, 2012 4:18 PM To: users@wicket.apache.org Subject: Re: IResourceStream from ByteArrayResource ? ok I have made a quickstart .. where should I upload

RE: IResourceStream from ByteArrayResource ?

2012-10-09 Thread mlabs
I pushed my quickstart up to GitHub: https://github.com/mlabs-dev-pub/test TIA -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/IResourceStream-from-ByteArrayResource-tp4652776p4652812.html Sent from the Users forum mailing list archive at Nabble.com

RE: IResourceStream from ByteArrayResource ?

2012-10-09 Thread Paul Bors
snippet example let me know... - ~ Thank you, p...@bors.ws -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/IResourceStream-from-ByteArrayResource-tp4652776p4652814.html Sent from the Users forum mailing list archive at Nabble.com

RE: IResourceStream from ByteArrayResource ?

2012-10-09 Thread Paul Bors
RequestCycle.setResponse(new MyRespone()) to server the file to the client? Do you have more than one file that must be downloaded in sequence or something? - ~ Thank you, p...@bors.ws -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/IResourceStream-from

Re: IResourceStream from ByteArrayResource ?

2012-10-09 Thread Martin Grigorov
-wicket.1842946.n4.nabble.com/IResourceStream-from-ByteArrayResource-tp4652776p4652816.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

IResourceStream from ByteArrayResource ?

2012-10-08 Thread mlabs
shared resource with an IndicatingAjaxLink ? TIA -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/IResourceStream-from-ByteArrayResource-tp4652776.html Sent from the Users forum mailing list archive at Nabble.com