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 problem running wicket-examples and going to path 
/stateless/foo (StatelessPage is mounted on this path).


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 adelb...@ciseonweb.it wrote:
 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 problem running wicket-examples and going to path
 /stateless/foo (StatelessPage is mounted on this path).

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org