Re: Bug in IndexedParamUrlCodingStrategy 1.3 Beta3

2007-09-14 Thread Chris Lintz
ppet of code: >>>> >>>> public InviteAcceptancePage(PageParameters params) >>>> { >>>>String code = params.getString("0"); >>>>logger.debug("code:"+code); >>>>... >>>> >>>>

Re: Bug in IndexedParamUrlCodingStrategy 1.3 Beta3

2007-09-14 Thread Sebastiaan van Erk
Maybe WICKET-950 should be marked as a duplicate of this one then. Regards, Sebastiaan Chris Lintz wrote: I Have submitted the following Jira on this issue: http://issues.apache.org/jira/browse/WICKET-976 Chris Lintz wrote: Actually I just realized what causes this but have no idea how to ge

Re: Bug in IndexedParamUrlCodingStrategy 1.3 Beta3

2007-09-14 Thread Igor Vaynberg
= params.getString("0"); > >>logger.debug("code:"+code); > >>... > >> > >> } > >> When i do this in my browser for example: > >> http://www.mydomain.com/joinme/5 > >> > &

Re: Bug in IndexedParamUrlCodingStrategy 1.3 Beta3

2007-09-14 Thread Chris Lintz
: >> http://www.mydomain.com/joinme/5 >> >> The following 5 parameter is logged just fine, but after the >> constructor returns I get the below exception: >> >> 22:23:43,600 ERROR [RequestCycle] Not all parameters were encoded. Make >> sure all

Re: Bug in IndexedParamUrlCodingStrategy 1.3 Beta3

2007-09-13 Thread Chris Lintz
urrent parameter names are: [wicket:interface] >> org.apache.wicket.WicketRuntimeException: Not all parameters were >> encoded. >> Make sure all parameter names are integers in consecutive order >> >> >> >> Any ideas? >> >> thanks > >

Re: Bug in IndexedParamUrlCodingStrategy 1.3 Beta3

2007-09-13 Thread Chris Lintz
I get the below exception: > > 22:23:43,600 ERROR [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 par

Re: Bug in IndexedParamUrlCodingStrategy 1.3 Beta3

2007-09-13 Thread Sebastiaan van Erk
I had the same problem; it was caused by a StatelessForm on the page. When replacing StatelessForm with Form it went away. Are you using a stateless form as well? BTW, I made a JIRA issue for this: https://issues.apache.org/jira/browse/WICKET-950 Regards, Sebastiaan Chris Lintz wrote: Hi all

Bug in IndexedParamUrlCodingStrategy 1.3 Beta3

2007-09-13 Thread Chris Lintz
rs were encoded. Make sure all parameter names are integers in consecutive order Any ideas? thanks -- View this message in context: http://www.nabble.com/Bug-in-IndexedParamUrlCodingStrategy-1.3-Beta3-tf4440109.html#a12668353 Sent from the Wicket - User mail