Re: [Wicket-user] AJAX validation

2007-03-11 Thread Arnout Engelen
Igor Vaynberg schreef: this bug has been fixed in 1.2.5. Cool! Any idea why it manifests itself only on 1 of our environments? what problems did you have in 1.2.5? most of them have been fixed and you can build the branch yourself until we release 1.2.6 For some reason at random times the

Re: [Wicket-user] AJAX validation

2007-03-11 Thread Igor Vaynberg
On 3/11/07, Arnout Engelen [EMAIL PROTECTED] wrote: Igor Vaynberg schreef: this bug has been fixed in 1.2.5. Cool! Any idea why it manifests itself only on 1 of our environments? maybe different servlet containers map urls slightly differently? for me it was reproducable consistently.

Re: [Wicket-user] AJAX validation

2007-03-10 Thread Arnout Engelen
Jean-Baptiste Quenot schreef: * Arnout Engelen: So far it seems either Apache2, mod_caucho or Resin (2.1.16) is eating the POST body parameters. Has anyone ever seen something like this? Any idea where to look? Is POST followed by a redirect? Yes, the response to the POST is a

Re: [Wicket-user] AJAX validation

2007-03-10 Thread Igor Vaynberg
this bug has been fixed in 1.2.5. what problems did you have in 1.2.5? most of them have been fixed and you can build the branch yourself until we release 1.2.6 -igor On 3/10/07, Arnout Engelen [EMAIL PROTECTED] wrote: Jean-Baptiste Quenot schreef: * Arnout Engelen: So far it seems either

Re: [Wicket-user] AJAX validation

2007-03-09 Thread Jean-Baptiste Quenot
* Arnout Engelen: So far it seems either Apache2, mod_caucho or Resin (2.1.16) is eating the POST body parameters. Has anyone ever seen something like this? Any idea where to look? Is POST followed by a redirect? If yes, is the URL missing a trailing slash? What Wicket version are you

[Wicket-user] AJAX validation

2007-03-08 Thread Arnout Engelen
Hello, We're running into a problem that is probably not in wicket itself, but perhaps someone here has also run into it. We have a form with a TextField which has a validator. When the user leaves the field, the validation is of the field is called though AJAX. On our development/testing