Hi,
When I am having a fileUpload in a form, the wicket ajax debug throw the
following error:
An error occurred while executing Ajax request:TypeError: object is not a
function
and my ajaxsubmitlink actions onSubmit() or onError() are not called (so
nothing happens).
I am not sure if I am doing
Hi,
The demo example at
http://www.wicket-library.com/wicket-examples-6.0.x/ajax/upload seems to
work fine.
Take a look at its code (wicket-examples module) and see what is different
with your code.
Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov
On Sun, Sep 28,
Just checking to see if I'm doing this right:
When users click on a download link on my Wicket application, I want to be
zip all the files in a directory on the fly and return the user one big
*.zip file.
This is working as expected, but since the number of and size of files can
be quite big,
It turns out that I'll still be out of the country trying to address a
few things, so I'm going to miss JavaOne altogether. But if any of you
is ever in San Francisco at any time, please drop me a note and we can
grab a drink and chat about web application frameworks.
Best,
Garret
On
Never mind. I found my solution by using AbstractResource and ResourceLink
instead of DownloadLink for nonblocking operation.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/DownloadLink-in-a-separate-thread-tp4667743p4667749.html
Sent from the Users forum mailing