You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "chris lintz (JIRA)" <ji...@apache.org> on 2007/09/14 18:17:32 UTC

[jira] Created: (WICKET-976) IndexedParamUrlCodingStrategy chokes inside appendParameters() on Stateless forms

IndexedParamUrlCodingStrategy chokes inside appendParameters() on Stateless forms
---------------------------------------------------------------------------------

                 Key: WICKET-976
                 URL: https://issues.apache.org/jira/browse/WICKET-976
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta3
            Reporter: chris lintz
            Priority: Critical


Please see this thread - http://www.nabble.com/Bug-in-IndexedParamUrlCodingStrategy-1.3-Beta3-tf4440109.html#a12669595 .

The issue is when ever i use the IndexParamUrlCodingStrategy on a page that contains a Stateless form, the following error occurs:

[RequestCycle] Not all parameters were encoded. Make sure all parameter names are integers in consecutive order starting with zero. Current parameter names are: [wicket:interface]
org.apache.wicket.WicketRuntimeException: Not all parameters were encoded. Make sure all parameter names are integers in consecutive order 

The issue seems to be that the pagemap is null and the Map parameters that are passed are not able to be parsed.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (WICKET-976) IndexedParamUrlCodingStrategy chokes inside appendParameters() on Stateless forms

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner closed WICKET-976.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta4
         Assignee: Johan Compagner

fixed with the improved stateless forms and coding strategies fix

> IndexedParamUrlCodingStrategy chokes inside appendParameters() on Stateless forms
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-976
>                 URL: https://issues.apache.org/jira/browse/WICKET-976
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta3
>            Reporter: chris lintz
>            Assignee: Johan Compagner
>            Priority: Critical
>             Fix For: 1.3.0-beta4
>
>
> Please see this thread - http://www.nabble.com/Bug-in-IndexedParamUrlCodingStrategy-1.3-Beta3-tf4440109.html#a12669595 .
> The issue is when ever i use the IndexParamUrlCodingStrategy on a page that contains a Stateless form, the following error occurs:
> [RequestCycle] Not all parameters were encoded. Make sure all parameter names are integers in consecutive order starting with zero. Current parameter names are: [wicket:interface]
> org.apache.wicket.WicketRuntimeException: Not all parameters were encoded. Make sure all parameter names are integers in consecutive order 
> The issue seems to be that the pagemap is null and the Map parameters that are passed are not able to be parsed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.