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.