-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.5.1
-
Component/s: wicket, wicket-examples
-
Labels:None
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