Hi,

  I want to know if I have or not to call super(params) in my
constructor Xxx(PageParameters params). I made some tests and I got
strange results. I have a form inside a page, on the constructor of
this page I call super(params) and  setVersioned(false). The form
extends StatelessForm. If I call super(params), the page seems not to
be stateless. Another problem that happens (this one is more weird),
the form is a sign in form with two required fields, email (textfield)
and password (passwordtextfield) and each time that I click to submit
with these fields without filling, the URL gets bigger and the email
field gets a value ";". I think there is a bug, I will try to make a
simple example. Is there someone with the same problem?

  Please ask if you need more information.

Thanks,
Eduardo S. Nunes

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

Reply via email to