@Jpf.ExceptionHandler(
forwards={@Jpf.Forward(name="auth", path="/auth/Controller.jpf")}
)
protected Forward handleNotLoggedInException(NotLoggedInException ex, String actionName, String message, Object form) {
ReturnToForm initForm = new ReturnToForm(true);
return new Forward("auth", initForm);
}