Pedro, Thanks for reply. Yeah i have workaround for this - i just reset submit parameters from last request to current request.
On Sat, Dec 18, 2010 at 6:30 PM, Pedro Santos <[email protected]> wrote: > Hi Zilvinas, I'm taking a look at your described issue, for now try to set > the parameter as a POST one. > > On Sat, Dec 18, 2010 at 2:15 PM, [email protected] <[email protected] > >wrote: > > > Hello, > > > > I'm experiencing strange behavior with WicketTester in 1.5 when using > > FormTester with ajax events. It works as follows: > > > > 1. Set some value via the FormTester to input field. > > 2. Invoke ajax event. In my case behaviour is > > AjaxFormComponentUpdatingBehavior. > > 3. After the ajax event was executed input fields getInput method > returns > > null. And it should, since there are no submit parameters available > > anymore. > > > > Is that bug? It was working in 1.4, so my guess that its bug. > > > > Greetings, > > > > Zilvinas. > > > > > > -- > Pedro Henrique Oliveira dos Santos >
