Re: Wicket and javascript
Let me be a bit more specific.
A have a plain form, none wicket that posts to an Iframe. In the onsubmit of the form I call my ajax function. The action is set to my servlet to receive the multipart.
In the start I setup my ajax and make GET requests to the same servlet for updating my progress bar.
When the percentage is 100% I would like to make a call to wicket to update a listview of files. I could save the filename in the session when in the servlet. is there any way of doing a callback to wicket like this?