Re: Stateless form broken with 1.5.4?

2012-02-22 Thread Martin Grigorov
Yes, bad. We noticed this soon after releasing 1.5.4 ... It is fixed : https://issues.apache.org/jira/browse/WICKET-4365 On Wed, Feb 22, 2012 at 11:37 AM, Andrea Del Bene wrote: > Hi, > > I've found a problem with the latest Wicket version (1.5.4) and stateless > forms. Now the values of input fi

Stateless form broken with 1.5.4?

2012-02-22 Thread Andrea Del Bene
Hi, I've found a problem with the latest Wicket version (1.5.4) and stateless forms. Now the values of input fields are passed via GET parameters and are always appended to form's action attribute and it's not possible to change field's value after the first submit. You can reproduce the probl