[
https://issues.apache.org/jira/browse/WICKET-3720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034177#comment-13034177
]
Martin Grigorov commented on WICKET-3720:
-----------------------------------------
FF 3.6.17:
2011-05-16 21:26:31,161 [324878963@qtp-843627620-0] INFO
com.mycompany.HomePage - GET: HomePage ctor params: q = "[fg]"
2011-05-16 21:27:12,425 [324878963@qtp-843627620-0] INFO
com.mycompany.HomePage - GET: HomePage ctor params:
2011-05-16 21:27:19,592 [324878963@qtp-843627620-0] INFO
com.mycompany.HomePage - post: onSubmit textField object:d
2011-05-16 21:27:19,600 [324878963@qtp-843627620-0] INFO
com.mycompany.HomePage - GET: HomePage ctor params: q = "[d]"
2011-05-16 21:27:29,631 [324878963@qtp-843627620-0] INFO
com.mycompany.HomePage - post: onSubmit textField object:dff
2011-05-16 21:27:29,638 [324878963@qtp-843627620-0] INFO
com.mycompany.HomePage - GET: HomePage ctor params: q = "[dff]"
Chrome 13.x:
2011-05-16 21:26:16,052 [324878963@qtp-843627620-0] INFO
com.mycompany.HomePage - GET: HomePage ctor params:
2011-05-16 21:26:23,142 [324878963@qtp-843627620-0] INFO
org.apache.wicket.RequestListenerInterface - registered listener interface
[RequestListenerInterface name=INewBrowserWindowListener, method=public
abstract void
org.apache.wicket.markup.html.INewBrowserWindowListener.onNewBrowserWindow()]
2011-05-16 21:26:23,150 [324878963@qtp-843627620-0] INFO
com.mycompany.HomePage - post: onSubmit textField object:f
2011-05-16 21:26:23,159 [324878963@qtp-843627620-0] INFO
com.mycompany.HomePage - GET: HomePage ctor params: q = "[f]"
2011-05-16 21:26:31,155 [324878963@qtp-843627620-0] INFO
com.mycompany.HomePage - post: onSubmit textField object:fg
2011-05-16 21:26:31,161 [324878963@qtp-843627620-0] INFO
com.mycompany.HomePage - GET: HomePage ctor params: q = "[fg]"
> 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