Re: form submit / parameters sometimes missing

2014-11-19 Thread Stefan Renz
Hi, I don't think URL-length is an issue -- after all, we are talking about POST, not GET. I had trouble once by having PageParameters with some keys (for example, name) and form field id with the same key (here: name). Wicket got that mixed up (AFAIR that was Wicket 1.4 or 5). Ever since that

Re: form submit / parameters sometimes missing

2014-11-19 Thread Martin Grigorov
Hi, On Thu, Nov 20, 2014 at 9:38 AM, Stefan Renz s.r...@efonds.com wrote: Hi, I don't think URL-length is an issue -- after all, we are talking about POST, not GET. I had trouble once by having PageParameters with some keys (for example, name) and form field id with the same key (here:

Re: form submit / parameters sometimes missing

2014-11-13 Thread Patrick Davids
Hi all, can maybe someone else help? Otherwise I would try to reproduce this with a quickstart and create an issue/bug report... Would that be ok? kind regards Patrick Am 12.11.2014 14:37, schrieb Patrick Davids: Huh, good idea... I didn't think about that. Ok, but I dont always miss my

Re: form submit / parameters sometimes missing

2014-11-13 Thread Sven Meier
reproduce this with a quickstart and create an issue/bug report... Please do so. Sven On 11/13/2014 12:00 PM, Patrick Davids wrote: Hi all, can maybe someone else help? Otherwise I would try to reproduce this with a quickstart and create an issue/bug report... Would that be ok? kind

form submit / parameters sometimes missing

2014-11-12 Thread Patrick Davids
Hi all, I have a strange behavior when submitting a form via Ajax. Sometimes some form fields are just missing. As I can see Wicket serializes the form and posts data to the server. Using FireBug I had a look at the posted data. The data looks like this (see below). The second post request is

Re: form submit / parameters sometimes missing

2014-11-12 Thread Sven Meier
Url length exceeded? http://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers Sven On 11/12/2014 11:32 AM, Patrick Davids wrote: ormdd_hf_0= tabs:components:3:attributeComponent:form:pibiChoice=0

Re: form submit / parameters sometimes missing

2014-11-12 Thread Patrick Davids
Huh, good idea... I didn't think about that. Ok, but I dont always miss my last parameters. I also miss randomly in the middle. So, its not a case of truncation at the end. And its POST, not GET. Shouldnt be a problem... Patrick Am 12.11.2014 13:51, schrieb Sven Meier: Url length exceeded?