]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/login/login_change_personal_data.xhtml
use user controller + use current password template
[addressbook-war.git] / web / login / login_change_personal_data.xhtml
index 784772c93dceddc08d770e5fae1033b7ee6916fe..e1711f0defe630c57afbac614d1ef9ec3a215290 100644 (file)
@@ -29,7 +29,7 @@
 
                                                <div class="table_footer">
                                                        <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                                       <h:commandButton class="submit" type="submit" id="change_personal_data" value="#{msg.BUTTON_CHANGE_PERSONAL_DATA}" action="#{loginController.changePersonalData()}" />
+                                                       <h:commandButton class="submit" type="submit" id="change_personal_data" value="#{msg.BUTTON_CHANGE_PERSONAL_DATA}" action="#{userController.changePersonalData()}" />
                                                </div>
                                        </h:form>
                                </div>