I don’t know if this is a known problem in Wicket 7, but it seems like a pretty big one to me.
In a form that is submitted (via ajax), the onSubmit() method updates a model object for a component displayed in the form. The updated value is displayed for an instant, but then immediately reverts to the old value. I’ve boiled this down to a simple quickstart and filed a jira, but was wondering if anyone else had seen this? It doesn’t happen in 6.18.0. https://issues.apache.org/jira/browse/WICKET-5880 <https://issues.apache.org/jira/browse/WICKET-5880>
