Description
I made a small application to reproduce the problem, please see the attachment.
Dependencies: jetty 6, wicket 1.4-m3, slf4j, log4j
First problem:
Steps to reproduce:
1. Run the test.Start class
2. Open http://localhost:8080 in a browser
3. Type something in the text field, then click submit several times
Result:
The query string is growing every time
Second problem:
Steps to reproduce:
1,2: Same as above
3. Don't type anything in the text field, then click submit several times
Result:
Besides the query string growing every time, semicolons appear in the input field and grow exponentially (2*n+1 each time)
Third problem:
Steps to reproduce:
1,2: Same as above
3. Don't type anything in the text field, then click submit once
4. Type something in the text field, then click submit several times
Result:
A semicolon is prepended to the text, then the text is doubled every time, with a semicolon added in the middle
Attachments
Attachments
Issue Links
- is related to
-
WICKET-3438 2xStatelessForm growing url when there is error validation
- Resolved