]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/admin/country/admin_country_list.xhtml
Continued:
[addressbook-war.git] / web / admin / country / admin_country_list.xhtml
index 2d1722402f5227fee2059c4b9e0d4aaa1827d471..73737268ab3cd7d923e1d0df58c1d50108423235 100644 (file)
@@ -44,7 +44,7 @@
                                </h:column>
                        </h:dataTable>
 
-                       <h:form id="add_country">
+                       <h:form id="form_add_country">
                                <div class="table_medium">
                                        <div class="table_header">
                                                #{msg.ADMIN_ADD_COUNTRY_TITLE}
@@ -54,7 +54,7 @@
 
                                        <div class="table_footer">
                                                <h:commandButton styleClass="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                               <h:commandButton styleClass="submit" type="submit" id="register" value="#{msg.BUTTON_ADMIN_ADD_COUNTRY}" action="#{adminCountryController.addCountry()}" />
+                                               <h:commandButton styleClass="submit" type="submit" id="add_country" value="#{msg.BUTTON_ADMIN_ADD_COUNTRY}" action="#{adminCountryController.addCountry()}" />
                                        </div>
                                </div>