]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl
renamed converter to make them more clear (in JSF page)
[pizzaservice-war.git] / web / WEB-INF / templates / admin / mobile_provider / admin_form_mobile_provider.tpl
index 086ab151e08148f2401f2d6b31b2f5726d1e2000..5858d1b13738fed0b1e53ffd7349ef2d2d4b84e4 100644 (file)
@@ -59,7 +59,7 @@
                                </div>
 
                                <div class="table_right_medium">
-                                       <h:selectOneMenu class="select" id="providerCountry" value="#{adminMobileProviderController.providerCountry}" converter="country">
+                                       <h:selectOneMenu class="select" id="providerCountry" value="#{adminMobileProviderController.providerCountry}" converter="CountryConverter">
                                                <f:selectItems value="#{countryController.allCountries()}" var="c" itemValue="#{c}" itemLabel="#{c.countryCode} (#{msg[c.countryI18nkey]})" />
                                        </h:selectOneMenu>
                                </div>