]> git.mxchange.org Git - jfinancials-war.git/commitdiff
other projects will have more than one login, not just users (doLogin)
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:31:52 +0000 (00:31 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:31:52 +0000 (00:31 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/templates/guest/user/guest_login_form.tpl

index 5bf518db02f551d08de9c4e30f964dd6dcbeb996..c339432a997fc5783a5b3de97b2abd66d2c9a32b 100644 (file)
@@ -52,7 +52,7 @@
 
                                <div class="table_footer">
                                        <h:commandButton styleClass="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                       <h:commandButton styleClass="submit" type="submit" action="#{userLoginController.doLogin()}" value="#{msg.BUTTON_USER_LOGIN}" />
+                                       <h:commandButton styleClass="submit" type="submit" action="#{userLoginController.doUserLogin()}" value="#{msg.BUTTON_USER_LOGIN}" />
                                </div>
                        </div>
                </h:form>