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

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

Matthew Yeh created WICKET-4682:
-----------------------------------

             Summary: 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-beta3, 6.0.0-beta2
            Reporter: Matthew Yeh
            Priority: Critical


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

        

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

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-4682:
------------------------------------

    Priority: Major  (was: Critical)

Please attach a quickstart to demonstrate the bug.
                
> 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
>
> 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

        

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

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ 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