One other question I have, how do I know what will happpen first? (Ajax or Refresh)?
Suppose I add JavaScript to my Ajax Button Click; my file-generation happens in the OnSubmit(), so I don't know whether I have the file already or not. In fact, my output console shows that the Ajax Click always happens first. It's possible that my file hasn't been generated due to errors, so I can't always jump to a URL immediately. Any thoughts on this? I would need to make the Ajax/JavaScript URL Download *WAIT* until all the validators have kicked in and the form submission has executed successfully, because the file is created in Form onSubmit() and depends on validators. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Erase-Previous-Error-Messages-in-Feedback-Panel-after-Download-tp3311648p3313200.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