Thanks for your answers.

I've read that one can override the method getStatelessHint() as following :
                protected boolean getStatelessHint()
                {
                        return true;
                }
to have a stateless form/component.

However, in the SignInForm provided in the example, it's explicitly written:
        public final class SignInForm extends Form
        {
                protected boolean getStatelessHint()
                {
                        return false;
                }

How comes? This form has two textfields and the "remember me" option.
Is this "remember me" option blocking the stateless aspect of the
form?

Thanks in advance
ZedroS

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to