You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2020/08/06 10:58:11 UTC

[wicket] branch WICKET-6807-better-check-for-submitting-component updated (868ac6a -> 808c5ab)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch WICKET-6807-better-check-for-submitting-component
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from 868ac6a  WICKET-6807 Use hidden fields when the form's method is POST
     add 808c5ab  WICKET-6807 Do not consider invisible components as form submitting candidate

No new revisions were added by this update.

Summary of changes:
 .../org/apache/wicket/markup/html/form/Button.java |  4 +--
 .../org/apache/wicket/markup/html/form/Form.java   | 36 ++++++++++------------
 .../html/form/FormMethodTestPage_expected.html     |  2 +-
 .../html/form/pageWithParameters_expected.html     |  2 +-
 4 files changed, 21 insertions(+), 23 deletions(-)