OK thanks, that did the trick. But I have one more question: That AjaxLink is supposed to start a browser File Download. The code that I have for that works like a charm in the Form OnSubmit, but it doesn't work inside the Ajax Link.
File f = generateFile(); ResourceStreamRequestTarget target = new ResourceStreamRequestTarget( new FileResourceStream(f)); target.setFileName("report.xls"); RequestCycle.get().setRequestTarget(target); This code works in the form's OnSubmit(), but not in the AjaxLink. Do you know how to start the download in the AjaxLink? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxButton-s-onSubmit-goes-into-Form-Submit-Why-tp3256022p3256219.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...@wicket.apache.org