]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/admin/contact/admin_contact_edit.xhtml
Continued with rewriting:
[addressbook-war.git] / web / admin / contact / admin_contact_edit.xhtml
index 386f9ea267e5fe06595ae8a3e3b130370511393d..d2e7ea01ac439696c8848ffad7cdde5735e10ca0 100644 (file)
@@ -26,7 +26,9 @@
                        <h:form id="admin_edit_user" rendered="#{not empty adminHelper.contact}">
                                <div class="table">
                                        <div class="table_header">
-                                               #{msg.ADMIN_EDIT_CONTACT_TITLE}
+                                               <h:outputFormat value="#{msg.ADMIN_EDIT_CONTACT_TITLE}">
+                                                       <f:param value="#{adminHelper.contact.contactId}" />
+                                               </h:outputFormat>
                                        </div>
 
                                        <div class="para notice">
@@ -39,7 +41,7 @@
 
                                        <div class="table_footer">
                                                <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                               <h:commandButton class="submit" type="submit" id="register" value="#{msg.BUTTON_ADMIN_EDIT_CONTACT}" action="#{adminUserController.changeContactData()}" />
+                                               <h:commandButton class="submit" type="submit" id="register" value="#{msg.BUTTON_ADMIN_EDIT_CONTACT}" action="#{adminContactController.changeContactData()}" />
                                        </div>
                                </div>
                        </h:form>