continueToOriginalDestination does not bring me back to originating page
问题 I am trying to sign into my application. First I throw the RestartResponseAtInterceptPageException (this is in a WicketPanel on my BasePage): add(new Link<String>("signin") { @Override public void onClick() { throw new RestartResponseAtInterceptPageException(SignIn.class); } }); The SignIn Page class contains a form (an inner private class) for the sign in, with the following submit button: add(new Button("signinButton") { @Override public void onSubmit() { final User user = model.getObject()