You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Eduardo Nunes <es...@gmail.com> on 2009/04/09 06:22:07 UTC

super(params) WebPage

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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org