Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.1
-
None
Description
Trying to change the language of http://localhost:8080/forminput example fails with:
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.remove(ArrayList.java:390)
at org.apache.wicket.request.Url.resolveRelative(Url.java:884)
at org.apache.wicket.markup.html.form.Form.dispatchEvent(Form.java:1028)
at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:699)
at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:670)
... 37 more