[ https://issues.apache.org/jira/browse/WICKET-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512540 ]
Eelco Hillenius commented on WICKET-607: ---------------------------------------- Maybe we should look at this at the same time: http://www.nabble.com/stateless-forms-don%27t-work-on-mounted-pages-tf4073295.html > Stateless forms don't work with QueryStringUrlCodingStrategy > ------------------------------------------------------------ > > Key: WICKET-607 > URL: https://issues.apache.org/jira/browse/WICKET-607 > Project: Wicket > Issue Type: Bug > Components: wicket > Affects Versions: 1.3.0-beta1 > Environment: N/A > Reporter: Nick Heudecker > Fix For: 1.3.0-rc1 > > > Trying to submit a stateless form to a page using > QueryStringUrlCodingStrategy results in a NumberFormatException on the form's > name: > java.lang.NumberFormatException: For input string: "myStatelessForm" > at > java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) > at java.lang.Integer.parseInt(Integer.java:447) > at java.lang.Integer.parseInt(Integer.java:497) > at > org.apache.wicket.protocol.http.request.WebRequestCodingStrategy.addInterfaceParameters(WebRequestCodingStrategy.java:519) > at > org.apache.wicket.protocol.http.request.WebRequestCodingStrategy.decode(WebRequestCodingStrategy.java:188) > at org.apache.wicket.Request.getRequestParameters(Request.java:179) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1049) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1135) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:490) > at > org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:248) > at > org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.