Strange behavior calling super(parameters) (WebPage)
----------------------------------------------------
Key: WICKET-2224
URL: https://issues.apache.org/jira/browse/WICKET-2224
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4-RC2
Environment: Windows, java 1.6.0 update 13
Reporter: Eduardo S. Nunes
Attachments: sample.zip
I made a simple application that shows the problem. The problem consist in a
strange behavior if I add a stateless form to a webpage and call
super(parameters) in the constructor (PageParameters parameters). Each time
that you click to submit the form without data, wicket adds new parameters to
the form action URL, until a point that you don't get more errors, just a blank
screen. Another strange behavior is that the input text receives some ";" in
each submit.
To reproduce the bug please:
1 - start the application (mvn clean compile jetty:run)
2 - access the home url (http://localhost:8080/sample)
3 - click more than 2 times in the Login button.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.