Ongoing Erractic Form Submit Issue

2009-10-14 Thread Dane Laverty
I've built several Wicket apps for the college where I work. 95% of the time they work great, but I get frequent complaints about form submits not functioning correctly. In those cases the form processing code in onSubmit doesn't appear to be running. I can't reproduce the error, but the reports

Re: Ongoing Erractic Form Submit Issue

2009-10-14 Thread Pedro Santos
Did you implement the onError method too? Maybe you has an form without an feedback panel, and some form component don't pass by validations. On that case the onSubmit method don't get called, for example. On Wed, Oct 14, 2009 at 3:34 PM, Dane Laverty danelave...@gmail.com wrote: I've built

Re: Ongoing Erractic Form Submit Issue

2009-10-14 Thread Dane Laverty
I hadn't implemented onError. Thanks for pointing that out. Now that I added onError, I discovered that ModalWindow doesn't automatically scroll to the top to display messages on an error. I also discovered that placing a FeedbackPanel into the ModalWindow directly won't display messages --