This is an automated email from the ASF dual-hosted git repository.
pedro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
from 8c129abb56 Fix tab glitch when tabing from and to an autocomplete
field, which resulted in a dropdown that didn't open on first character when
returning to the field (#1039)
new b3a7d62f8c WICKET-3899 nested form processing test
new f67bccff1a WICKET-3899 fix submitted flag set for not submitted form
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../wicket/markup/html/form/FormVisitTest.java | 557 +++++++++++++++++++++
.../org/apache/wicket/markup/html/form/Form.java | 216 ++++----
.../wicket/markup/html/form/FormComponent.java | 29 ++
3 files changed, 671 insertions(+), 131 deletions(-)
create mode 100644
wicket-core-tests/src/test/java/org/apache/wicket/markup/html/form/FormVisitTest.java