Re: StatelessForm problem - Not all parameters were encoded.

2009-07-19 Thread Norbert Sándor
Maybe a newbie question, but why does the form care about the URL coding strategy? Is there such hybrid URL encoder which encodes like this: http://www.example.com/mount-path/param1/param2?wicket-interface-and-friends-if-needed Thanks! Regards: Norbi Igor Vaynberg írta: forms do not

Re: StatelessForm problem - Not all parameters were encoded.

2009-07-19 Thread Igor Vaynberg
On Sun, Jul 19, 2009 at 12:00 AM, Norbert Sándordevelo...@erinors.com wrote: Maybe a newbie question, but why does the form care about the URL coding strategy? the form uses page's strategy to encode the urls. Is there such hybrid URL encoder which encodes like this: such a thing is coming

StatelessForm problem - Not all parameters were encoded.

2009-07-17 Thread Norbert Sándor
Hello, When my page contains a StatelessForm, the exception below is thrown. When I replace the StatelessForm with a normal Form, it works as expected. I do nothing special, the page contains only the StatelessForm (even no components inside the form, just a static HTML submit button). The

Re: StatelessForm problem - Not all parameters were encoded.

2009-07-17 Thread Igor Vaynberg
forms do not support indexed strategies since they need actual parameternames. -igor 2009/7/17 Norbert Sándor develo...@erinors.com Hello, When my page contains a StatelessForm, the exception below is thrown. When I replace the StatelessForm with a normal Form, it works as expected. I do