[ 
https://issues.apache.org/jira/browse/WICKET-3720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034019#comment-13034019
 ] 

Andera Del Bene commented on WICKET-3720:
-----------------------------------------

Hi Peter,

I've run your quickstart via Jetty and tested it with Chromium and Firefox 
4.0.1 on Ubuntu 10.10 64 bit. In both cases when I click submit button I get:

-one POST request to form: 
/?wicket:interface=:7:searchform::IFormSubmitListener::
-one GET request to the new page instance.

Sorry, but I didn't see the other 2 strange requests.Don't have any idea of 
what can trigger these.

> On Form Submit an additional query is triggered
> -----------------------------------------------
>
>                 Key: WICKET-3720
>                 URL: https://issues.apache.org/jira/browse/WICKET-3720
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.4.17
>            Reporter: Peter Karich
>              Labels: form
>         Attachments: double-form-submit.zip
>
>
> Hopefully not my stupidity!
> When I access my app with the url
> http://localhost:8080/app/?q=test
> all is fine. But when I submit a new query 'todo' then wicket somehow
> 1. calls the submit (ok)
> 2. redirects to HomePage (ok)
> 3. *but then again wicket is doing*** another POST+GET with empty q
> So 4 requests for one submit. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to