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

Johan Compagner reassigned WICKET-607:
--------------------------------------

    Assignee: Alastair Maw  (was: Eelco Hillenius)

we seem to miss the last %3A == :  == the dept param?
just another wicket url:

wicket:interface=:1:actionLink::ILinkListener::

2 :: after the listener interface

And dept is AlMaws baby!

> 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: Alastair Maw
>
> 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.

Reply via email to