]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/templates/admin/contact/admin_contact_data_columns.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / templates / admin / contact / admin_contact_data_columns.tpl
index 6c50c8abb4e772f7ed1284684baf6b69a1e6e8d6..762032166ea8aa108e25a5674317f06b4fcd8d97 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!-- @TODO maybe later add phone numbers as "main" numbers? //-->
 <ui:composition
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
-       <!-- @TODO maybe later add phone numbers as "main" numbers? //-->
        <h:column>
                <h:outputLabel for="contactId" styleClass="table_data_label" value="#{msg.ADMIN_CONTACT_ID}" />
 
@@ -79,7 +79,7 @@
        <h:column>
                <h:outputLabel for="contactCountry" styleClass="table_data_label" value="#{msg.ADMIN_CONTACT_COUNTRY_CODE}" />
 
-               <h:outputText id="contactCountry" styleClass="table_data_field" value="#{contact.contactCountry.countryCode}" />
+               <h:outputText id="contactCountry" styleClass="table_data_field" value="#{beanHelper.contact.contactCountry.countryCode}" />
        </h:column>
 
        <h:column>