You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2007/05/31 22:17:15 UTC

[jira] Commented: (WICKET-607) Stateless forms don't work with QueryStringUrlCodingStrategy

    [ https://issues.apache.org/jira/browse/WICKET-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500473 ] 

Johan Compagner commented on WICKET-607:
----------------------------------------

do you have the request url that goes wrong? (so the form action url)

> 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
>            Assignee: Eelco Hillenius
>
> 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.