Description
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.