You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2012/07/30 16:03:35 UTC

[jira] [Resolved] (WICKET-4682) html forms always submitted with "GET" method (by querystring)

     [ https://issues.apache.org/jira/browse/WICKET-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-4682.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0
         Assignee: Martin Grigorov

Added a check of the form's markup attributes. If method="post" is used then the Ajax form submittion will be also POST.

Please try with latest 6.0-SNAPSHOT (you may need to build it locally until Jenkins build the official one).
                
> html forms always submitted with "GET" method (by querystring)
> --------------------------------------------------------------
>
>                 Key: WICKET-4682
>                 URL: https://issues.apache.org/jira/browse/WICKET-4682
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0-beta2, 6.0.0-beta3
>            Reporter: Matthew Yeh
>            Assignee: Martin Grigorov
>             Fix For: 6.0.0
>
>
> In wicket 6.0 beta, forms will always submit with "GET" method even though getMethod() returns "POST".
> The form will fail to submit if the length of querystring is too long....

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira