I missed the closing tag for <wicket:link> in the html, only had <wicket:link> and not the </wicket:link>.
This caused: ERROR org.apache.wicket.RequestCycle - unexpected exception when handling another exception: Expected close tag for <wicket:link> which invalided the page. I didn't associate this exception with the page reload problem because the linking between pages had still worked. But this exception caused the page to be invalid, so the submit button didn't work. Edwin Ansicodd wrote: > > Here's the culprit, in the html, I used wicket:link : > > <wicket:link> # Home > {above is an html link} > > Don't know why I used <wicket:link> It seems to cause the page to expire. > > -- View this message in context: http://www.nabble.com/Button-onSubmit-not-called%2C-instead-page-reloads-tp22350921p22368102.html Sent from the Wicket - User 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