]> git.mxchange.org Git - jfinancials-war.git/commitdiff
fixed outcome, must be prefixed with user_ for now
authorRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 22:21:10 +0000 (00:21 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 22:21:10 +0000 (00:21 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jfinancials/beans/user/register/FinancialsUserRegisterWebSessionBean.java

index 5ff0edbae9b562b08704932eb87eb12677fe6ca8..3b471b0687dd21660a8db579d6eb5de491b089f6 100644 (file)
@@ -280,7 +280,7 @@ public class FinancialsUserRegisterWebSessionBean extends BaseFinancialsControll
                }
 
                // Now only redirect to next page as the JSF does it
-               return "register_page2"; //NOI18N
+               return "user_register_page2"; //NOI18N
        }
 
        /**