]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
global commit: changed name space to jcp.org as this is seems to be lesser proprietary?
authorRoland Haeder <roland@mxchange.org>
Sun, 17 Apr 2016 17:07:40 +0000 (19:07 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 17 Apr 2016 17:07:40 +0000 (19:07 +0200)
70 files changed:
web/WEB-INF/templates.dist/admin_page.xhtml
web/WEB-INF/templates.dist/guest_login_page.xhtml
web/WEB-INF/templates.dist/guest_page.xhtml
web/WEB-INF/templates.dist/template.tpl
web/WEB-INF/templates/admin/admin_base.tpl
web/WEB-INF/templates/admin/admin_footer.tpl
web/WEB-INF/templates/admin/admin_menu.tpl
web/WEB-INF/templates/admin/category/admin_category_selection_box.tpl
web/WEB-INF/templates/admin/category/admin_parent_category_selection_box.tpl
web/WEB-INF/templates/admin/cellphone/admin_cellphone_data.tpl
web/WEB-INF/templates/admin/cellphone/admin_cellphone_links.tpl
web/WEB-INF/templates/admin/country/admin_form_country_data.tpl
web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl
web/WEB-INF/templates/admin/user/admin_form_user_personal_data.tpl
web/WEB-INF/templates/admin/user/admin_user_links.tpl
web/WEB-INF/templates/base.tpl
web/WEB-INF/templates/basket/full_basket.tpl
web/WEB-INF/templates/basket/mini_basket.tpl
web/WEB-INF/templates/basket/mini_basket_empty.tpl
web/WEB-INF/templates/basket/total_sum.tpl
web/WEB-INF/templates/generic/form_personal_data.tpl
web/WEB-INF/templates/generic/gender_selection_box.tpl
web/WEB-INF/templates/generic/locale_selection_box.tpl
web/WEB-INF/templates/generic/mobile_selection_box.tpl
web/WEB-INF/templates/guest/guest_base.tpl
web/WEB-INF/templates/guest/guest_footer.tpl
web/WEB-INF/templates/guest/guest_login_form.tpl
web/WEB-INF/templates/guest/guest_menu.tpl
web/WEB-INF/templates/guest/guest_privacy_terms.tpl
web/WEB-INF/templates/guest/guest_registration_form.tpl
web/admin/admin_logout.xhtml
web/admin/category/admin_category_delete.xhtml
web/admin/category/admin_category_edit.xhtml
web/admin/category/admin_category_list.xhtml
web/admin/cellphone/admin_contact_cellphone_delete.xhtml
web/admin/cellphone/admin_contact_cellphone_edit.xhtml
web/admin/cellphone/admin_contact_cellphone_list.xhtml
web/admin/cellphone/admin_contact_cellphone_show.xhtml
web/admin/cellphone/admin_contact_cellphone_unlink.xhtml
web/admin/contact/admin_contact_show.xhtml
web/admin/country/admin_country_delete.xhtml
web/admin/country/admin_country_edit.xhtml
web/admin/country/admin_country_list.xhtml
web/admin/index.xhtml
web/admin/mobile_provider/admin_mobile_provider_delete.xhtml
web/admin/mobile_provider/admin_mobile_provider_edit.xhtml
web/admin/mobile_provider/admin_mobile_provider_list.xhtml
web/admin/mobile_provider/admin_mobile_provider_show.xhtml
web/admin/product/admin_product_delete.xhtml
web/admin/product/admin_product_edit.xhtml
web/admin/product/admin_product_list.xhtml
web/admin/user/admin_user_delete.xhtml
web/admin/user/admin_user_edit.xhtml
web/admin/user/admin_user_list.xhtml
web/admin/user/admin_user_unlock.xhtml
web/basket.xhtml
web/customer/checkout.xhtml
web/customer/checkout2.xhtml
web/customer/checkout_done.xhtml
web/customer/empty_basket.xhtml
web/customer/login.xhtml
web/customer/lost_passwd.xhtml
web/customer/register.xhtml
web/exception.xhtml
web/imprint.xhtml
web/index.xhtml
web/item_added.xhtml
web/logout.xhtml
web/privacy.xhtml
web/terms.xhtml

index d15b7471993a4774f69b7a79193df5c2ba038a97..7720f40f404db6040e985383a092176ac03adf03 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 90cd4486e74256cadd683109ecdf836d8d6845c0..c24c17cc2e7a61440d1e36604a4845b7f29eddb9 100644 (file)
@@ -4,7 +4,7 @@
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
 
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 6fd0062b10473700a498ec3852929493b116be72..ed7ba1023b5aa830f624371b9534bd83b1c1c735 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index ed0a4336ca5fb691b7ce3edb3894c5215a2cf93c..d1d06bb014c4bbcef1df4cb3d585e7a6886053ce 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <!-- Put your stuff here //-->
 </ui:composition>
index d405786f1e3be729427ddd5415412c421a0dc125..bd06406a6824ec8bea77bc4100cc0b4e6d62468b 100644 (file)
@@ -1,7 +1,7 @@
 <ui:composition
        template="/WEB-INF/templates/base.tpl"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <ui:define name="title">Administration - <ui:insert name="admin_title" class="admin_title" /></ui:define>
 
index 2a8e7433dec3e3bd47ebdb79d57aa92c4fa436d8..6aa4abef727e32af27f71aad8f6e712c4c83432a 100644 (file)
@@ -2,7 +2,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
        <div class="footer">
                <ul class="footer_nav">
                        <li><h:link outcome="index" value="#{msg.LINK_ADMIN_FOOTER_TO_WEBPAGE}" /></li>
index ef6e3baa8d48bac33850ecdf2256cf8d868a244d..c57f0b3ac996e5603b63cf92659bb0d2c75069c5 100644 (file)
@@ -2,7 +2,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <div class="menu_outer">
                <div class="menu">
index 67fc7b5e977bfa9a5c047715cb4ccede2d9e36f6..95691029f077f658035a60d1ab3c55a022a9bda6 100644 (file)
@@ -2,7 +2,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <h:selectOneMenu class="select" id="product_category" value="#{adminProductController.productCategory}" required="true" requiredMessage="#{msg.ADMIN_CATEGORY_MUST_BE_SELECTED}" converter="CategoryConverter">
                <f:selectItems value="#{categoryController.allCategories}" var="cat" itemValue="#{cat}" itemLabel="#{cat.categoryTitle}" />
index c5a4d5e1c063accdc895f4587e7f7eac8fb85fcc..444a24cdf923814775e4ef6b9f7ff8392e429456 100644 (file)
@@ -2,7 +2,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <h:selectOneMenu class="select" id="parentCategory" value="#{adminCategoryController.parentCategory}">
                <f:selectItem itemValue="" itemLabel="#{msg.ADMIN_CATEGORY_HAS_NO_PARENT}" />
index 6054c7b726e42ba92d69fc25235ac7c2297f72ca..dfaf3a64cc5a76de4106a46bc8909de6713a5979 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <h:outputText styleClass="errors" value="#{ERROR_PARAMETER_CELLPHONE_NUMBER_NOT_SET}" rendered="#{empty cellphoneNumber}" />
 
index d5c60cd0be691d1c9ac09c019c0ee90fdbeb7820..c3dffb486cea4fe4f45a70d55875571b77c141fc 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <h:outputText styleClass="errors" value="#{ERROR_PARAMETER_CELLPHONE_NUMBER_NOT_SET}" rendered="#{empty cellphoneNumber}" />
 
index e6234dc451b9dbf84bf23a43a813d8d1ff520e4e..c77f8b6e5861f60eae92c34a25c635ef188b22d5 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <div class="para notice">
                #{msg.ADMIN_COUNTRY_DATA_MINIMUM_NOTICE}
index 25f954ebde68745746087c8802b8fcc8b176d845..086ab151e08148f2401f2d6b31b2f5726d1e2000 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <div class="para notice">
                #{msg.ADMIN_MOBILE_PROVIDER_MINIMUM_NOTICE}
index 87d709e30c88d3de49ba6317b527a993df0739c7..4e3c0428cd2c05ead52564f94c8ea93a727c1749 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <div class="para notice">
                #{msg.ADMIN_PERSONAL_DATA_MINIMUM_NOTICE}
index 86529553ea83ed75d239e90b8a930c9aaf2a0c35..6ef73140cfad0e6b3b555189ae66deb192bebd05 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <h:outputText styleClass="errors" value="#{msg.ERROR_PARAMETER_USER_NOT_SET}" rendered="#{empty user}" />
 
index cc0e5f9991b4e7a46dbe3f2574f3d6503bc22bc8..ad540cd2ea851851da4660946a6121e797d2cb14 100644 (file)
@@ -3,7 +3,7 @@
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:f="http://xmlns.jcp.org/jsf/core">
 
        <f:view locale="#{localizationController.locale}" contentType="text/html">
index abcc3cd66db3c91bad10ed738b3b92e488dcd718..d7633df31bd8f2437ea768dcc5132dac7b5246aa 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <h:dataTable id="table_show_full_basket" var="item" value="#{basketController.allItems()}" styleClass="table" headerClass="table_header_column" summary="#{msg.TABLE_SUMMARY_FULL_BASKET}" rendered="#{basketController.hasItems()}">
                <h:column>
index 9b5a09acc61f4aceb4865f6dc1533d8c1e3e549c..41637ec1d5be9ce83f50dafd12ba1629fab0c198 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <div class="mini_basket_box">
                <div class="mini_basket_header">
index 002d33a47d95a26ba8ca2f435df7dfe3524d9650..61cf9dcd5a242e36324aa4b5e84b82027288db5c 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <div class="mini_basket_box">
                <div class="mini_basket_header">
index 274f9a496608de75156fe7d3042eac1b90b3e85d..4cee8b902c840a970af36f488ede481335b5bce8 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <ui:composition
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 932e6d8ded178379ce42e115c05740802f641af1..aef471a0171589a1fa4da0fdfe5c084602c09770 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <div class="para notice">
                #{msg.PERSONAL_DATA_MINIMUM_NOTICE}
index 6ade103dec0b035b707593c948381a2b74804092..3d9ef32fe3cae559f96f6610fc80a23fae790809 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <ui:fragment rendered="#{not empty targetController}">
                <h:selectOneMenu class="select" id="gender" value="#{targetController.gender}">
index 5e6a9cf2cf73a87dbd5dc4c5308d4d58629ed6b7..142e73b4ae6bb8b4b448f26b0dacf1c5a66a3874 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <h:form id="locale_selection">
                <h:selectOneMenu id="language_selection" value="#{localizationController.language}" onchange="submit()">
index 67f85f379de077c053f8f90f851e1d04fa1d1d94..55ea9e3f2c67b338449402a70b0c6aeaa8f0bfdc 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <ui:fragment rendered="#{not empty targetController}">
                <h:selectOneMenu class="select" id="cellphoneCarrier" value="#{targetController.cellphoneCarrier}" converter="MobileProviderConverter">
index a25966d93f01c18084f9236d5f6a315e17252f2c..2864ca408ffa846ef96a6bb7567ffbb999eb3230 100644 (file)
@@ -2,7 +2,7 @@
 <ui:composition
        template="/WEB-INF/templates/base.tpl"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <ui:define name="title">
                <ui:insert name="guest_title" class="guest_title" />
index f6a3379d0098eac37f1b69269e04367e1a83a6d9..ca66023edd591fa26552539ea0d8a11c17d33742 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
        <div class="footer">
                <ul class="footer_nav">
                        <li class="footer_link">
index 985165cf9be9aab95e52b0cb18baffba951b0809..f6384692912d185d67f819b3d9afc30647419745 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
        <div id="user_login_content">
                <h:form id="login_form">
                        <div class="table">
index c85f5549d28408310362dd91dc3e1532197b0a4e..efb4807a333227f2a537215ec3c1a7be80f4e2ca 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <div class="menu_outer">
                <div class="menu">
index 744848d4304081754848b20046558e51f0077f73..d49b56432343ce371bb9dac6f5632d84374a0cf9 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
        <div class="para">
                <fieldset id="terms_privacy">
index cafbf9301c26c40e5cc82c7105628ae4840e8c4a..7c686429a0adfe6b4e37bdf098c7ef7e929e026e 100644 (file)
@@ -3,7 +3,7 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
 
        <h:form id="register_form">
index 12701ac10935df09c6a649c6c82e15d2f39214ac..07e70990ca54b25a990206dcae0d034f7cbbd041 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 54d0d985ec599216f666f95772288026566d8f8e..aa778a5662f7dbc6e31ba74a02d97871581d5cb7 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index deef27ccac15385b4499fdcad381f6f3a4852a2b..9fb8d65dd014b1f5fb7bbde13996d043f9d5841f 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 42a6147ca31f2b5fcbcf5087111f3cd72e36f957..26edf0483661749cd2c04676b7adf7d7456d2740 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 3c8fe5727d88982a37ad1685ffde3843811cf4f5..11bdd15163b07c1e96eafa11db54beac2e001d5f 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index c86ebd1c86f241875e358bbcc4a4b23c93158ab2..b9544e8c4277ecce933e8f4af80544e6fb9c3a54 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 2c8734f6ce793ba08d463a6519c101bde527170a..9570f60f19bfc97365978b81202856f289129a32 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 5c746261e2edfe886d71191107b11f6a2ff9ad80..c10bbfcf5c972613fba1522bdf06abf608c7a514 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 19ab311c51c2c4c9f119de6160589fcefab22691..239d23cc562e2e5a836c25f45e8319eb0a70c599 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 0836cebabf2f4e31b7ec8d21374e2a6a7d419bd4..59f423341936769499ac23c362124c9ec9dd1f3c 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 6ddc3928494fb85201743df3e07eb6dc2a0cbc41..d63f31c754fa1e0d9c6a3d6b647eece9021b8e19 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 1a453a76d5274674d404b874f0fda8771247ef83..d37796d3f1db16ae3c93869c9bd1e2243be4c954 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 072adf6ce730bbc0888fc936db57566a14b95034..61a6c9375e6e947f545713413aa8ac3617f35c61 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 188b13c0715bd9291a8b662698484e5b71ded75c..76285470d04daf59546796f5d89a4d466775a2cb 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index e76084425c4ec6e7a1e16104bd1981ef9c72b154..c63947f30706eb351935bf6db2b1ffd25dc60328 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 15305a2336ac80456edf6b9b0ee79d3d55b59938..4cb30890d1aa43f16e0dfb400393b3ecb4242b00 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 9250a2fb0d81840eae6571119a72713bfe829451..5bb205a0bc5fda29b877ddb9da989cd50dca2524 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 2870c9e34af5f3688323419123a656254eceb503..982e39460546fb7672952a44ccf5a709beed2f3a 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 4e9efd6f498b6b7abb60e59cc78575d6ffb90667..a76437b60e47cb22012d905538968e976f530ae6 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 8382df8f7faed7ab7059b2af55fc1f0d7b5e842f..8170d36915569b12e69f32c2e2dfb7655df91a2d 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 721533b9a46c109d8f08a6a4852ca7b0cc72a16e..e3dc4f74e454bdf9ba32610e530663f28fe5d560 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 08fcc4e4f90c7e56abff12e27f7a3941e8c55776..9396c8b1d15dc80c848155b1fbc35a46cb607fba 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index c00bb110904a03946cfeee86550dacb521226d2e..1e3bf5d9af236d90bd3c134f983215830056cba1 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 9369bbe3669acdaad93752331512446788d80add..de99760136709adfc5faf105022c78696f64b4d7 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-         xmlns:ui="http://java.sun.com/jsf/facelets"
+         xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
          xmlns:h="http://xmlns.jcp.org/jsf/html"
          xmlns:f="http://xmlns.jcp.org/jsf/core"
          >
index 698a46fe44a9b2bb67193de540baf4be96325ee8..5f45befce45c174fd3905c263db8fea771a6b87a 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 18ff0d87256a73b24ffc746af1b12b200da18701..53536f6e07f5181d2a11fcafd2ea582da944b2ef 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 000b6dae7ce38af94e27519689753f77400bfd95..ec46f3c81c0cb9c52f2458fd7ad55027717eb3c0 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 8b009b045ff0af4dbd3bfed8da043910e74aaaac..99ce54b7e5a1a1295b7af9baedbef2d84c5f742d 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 08d2c3bc580db308d2468d76a5783b76b46e6576..24e931c99931b2be31d57dd66778ebe8ff78dd93 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 7402f7bd9f9f4d98eeecc14e4a0f8e83286915e0..956a6edd97d4f6280cfc1dd3818001ad95b2b6a6 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 45a0f97abf1feb49b6670a294ea17c82de926913..bf1599d2ae2083479d96fe869d44d0b0e3fb3d62 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index ad9540d72138cb1eb99e76df7dc43bca7f28bedc..9b4ade6b603d948411e110bf9ab418f956ccd7a9 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 67e771a2cc59a68f828b7299c66289db1fcf9621..0fece067541556805ef8103f5134f5ba6a72ecd1 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index fc4cbd2c3c046def5d93268c5840013be28d4370..a32706b3f947182af3314c0be47052a26e7c5acb 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index bbad36fe948f6d6944818955d99a244a4cabfbde..115f6ff36ac98c5ba4dcd354e8e4758f813b0a5d 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 9aaf03887e9b80c8070965ee5f8acdb5477e72b4..778cdbd802fa8c85236f056ab85547b01f3c90cb 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 5c5688322662a76971b9b67ee8e2959198d0644c..1c52cd57190ecb06592d7c4d35ef0577dcae8683 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index ebf838da4b9a92377a189e43c5d1139c47965ded..63b277cc20771c263ba5a48dc534d2b44381f547 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 7347b7a13f879dfe430fddd095d0ef15091f28fe..aaaafb9349c8e1e737b370d3cee1514fbe2c4b6e 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >
index 7a56cb3afc540a9579452918d9097cd46484bf60..3c66fbbd5edd7d57a0d4928a7135ebb9c7208d15 100644 (file)
@@ -3,7 +3,7 @@
 <html
        lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
        xmlns="http://www.w3.org/1999/xhtml"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core"
        >