Hi, I have a stateless login page (statelessForm) and when the user login I do:


      protected void onSubmit() {
         [....]

        setResponsePage(HomePage.class);
      }

This was WORKING on wicket 1.5.RC7, but when I've changed to 1.5.7 or
1.5.8, it does not work, it just RELOADS the login page. What can I do
instead of using setResponsePage() ?? thanks in advance

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to