]> git.mxchange.org Git - jfinancials-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:19 +0000 (19:07 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 17 Apr 2016 17:07:19 +0000 (19:07 +0200)
80 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/login_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/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/generic/gender_selection_box.tpl
web/WEB-INF/templates/generic/locale_selection_box.tpl
web/WEB-INF/templates/generic/message_box.tpl
web/WEB-INF/templates/generic/mobile_selection_box.tpl
web/WEB-INF/templates/generic/profile_mode_selection_box.tpl
web/WEB-INF/templates/generic/user_not_logged_in.tpl
web/WEB-INF/templates/generic/user_profile_link.tpl
web/WEB-INF/templates/generic/userid_error.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/WEB-INF/templates/login/login_base.tpl
web/WEB-INF/templates/login/login_enter_current_password.tpl
web/WEB-INF/templates/login/login_footer.tpl
web/WEB-INF/templates/login/login_menu.tpl
web/admin/admin_logout.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/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/exception.xhtml
web/imprint.xhtml
web/index.xhtml
web/login/login_add_addressbook.xhtml
web/login/login_change_email_address.xhtml
web/login/login_change_password.xhtml
web/login/login_change_personal_data.xhtml
web/login/login_data_saved.xhtml
web/login/login_edit_user_data.xhtml
web/login/login_index.xhtml
web/login/login_list_sharing_addressbooks.xhtml
web/login/login_other_addressbooks.xhtml
web/login/login_own_addressbooks.xhtml
web/login/login_shared_addressbooks.xhtml
web/login/login_start_sharing_addressbook.xhtml
web/logout.xhtml
web/privacy.xhtml
web/terms.xhtml
web/user/login.xhtml
web/user/login_error.xhtml
web/user/lost_passwd.xhtml
web/user/register.xhtml
web/user/register_done.xhtml
web/user/resend_link.xhtml
web/user/show_addressbook.xhtml
web/user/show_addressbook_entries.xhtml
web/user/user_list.xhtml
web/user/user_profile.xhtml

index 40918c75af409a7f51c65bd2cf5f46870ef5181e..7a3536e123ca2d5bb8d0f6fbca47249e62c24b7c 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 30528fb2caa8cd209ed065d3ff37f7e8ff819e0c..c7a2b9be0cbe747c3f1cf1cf3a174edf77486fb6 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 b26fe0acf4991c8c0f364dd78ddc2db4cc721158..199fc0f0cbffd68c6af64ee9b08e3ef02e398f25 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 0e593b63583e340f347b302ac73fcfd820e91dd7..c387a13442f2e6eff2f16d90af0b4d893302b1f2 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 5bae5b8bc3f01dac9768f03e7676bac1b2802230..8f7fa3ffebcffcd4ef418e5f30706b301f40cf1d 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 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 4f9d79738d6131b5062f0adf1a546d10e5d6504d..4bd3fab0891cb4945f383fe83bcf371432082fa3 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 9a224e9335a3a237e25827e9b98fb85704f78a07..b439e935a4497d5dc79fdadabcbc6b5eba914b84 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 5e40c4de88f3abac3bfdd29df942e65e625b8ee6..de486b6388664e4bfe3aa545beddf71eed575393 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 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 112cd241c23dbbffa3cb4526862873f4b67f63f3..5b59fb43b54f93740d2dfcc76325a8fae976886d 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:selectOneMenu class="select" id="profileMode" value="#{userController.userProfileMode}">
                <f:selectItems value="#{profileMode.allProfileModes}" var="m" itemValue="#{m}" itemLabel="#{msg[m.messageKey]}" />
index 300eb2406b6bb369dd0bb31b6a2154320d4ae575..d4a9658cdc71d0fe5b477f8c1730cc9774d20209 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="table">
                <div class="table_header">
index 037b83a4a6674bb72ba9350d10a0d17f927c2654..036a9a35196967fe94dd61670e46d9c6da7c8a71 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="notice" value="#{msg.ERROR_USER_INSTANCE_NOT_SET}" rendered="#{empty user}" />
 
index c07d775add8ee317cf15ecf3be96d80d36346b19..b013deae7ec762d17e80eb5cc58e772bf28ee8cb 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="table">
                <div class="table_header">
index 407a67ce7c2382061554fbd4767270745065ba5d..5b18b854130c44b063bee43961278235987c54e2 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 f213419444878fd2577f9ca745c27cb39bdceb0a..f3f2fb2a80f2436325b38042d615000a996e7d7a 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 9dd4e546a4469b300b46e468feb3d9f5898bf84e..fe5758e68a6046a504ef1dc8cb5ab796f4a4f53b 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 d3e0f5fc89b58718fe873d8a32411f7f8a35112f..dafc778692108fb3ae5f4c43c7fe87dc1a97f7f4 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"
        xmlns:h="http://xmlns.jcp.org/jsf/html">
 
        <ui:define name="title">#{msg.PAGE_TITLE_LOGIN_AREA} - <ui:insert name="login_title" class="login_title" /></ui:define>
index b9f299ec01864720f0594c2e7cbb038e2933cabc..9f32eb9bbca6301e868aa06e4ab6e66914428382 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="current_password">
index ffe77f49cc01538aac76c4051a01ce106da0c6e7..f00bf905496c93a80e03449b1a2cc0ed4f74d385 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 f224a8e57db72290832fc157bac7a300731a549a..2214e91d9fae4872ab91b01b18e71793e2afb341 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 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 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 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 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 ba4a288123ed694fed01b6a21ee0f52b457dbe85..d2ad5aa99eed7690f177d4666f4c2a9647a28a2f 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 b616f65216f2d41ab317db4e82f4602c04556472..7f1c85799f9d7c6c4ccb93a506e4222979ae8f07 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 140461e0a33ef7b49163a277e5ba258eb55dc10e..702312d826943741b59b002f82352d34f232b737 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 9d0f6f1d0ae2e2f2df63dfaf9e8010976a50b047..bfd384d44e63cdf2e20e50e91a732843222dd847 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 0562deb195a5a3727a9617198c8572d7adff7324..e4c482c9b25bb0ba13943ceea40308a5cd3fa143 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 c85212775595371c843efec8db35ae0b1571dd8e..0fd6316a08ad40c7d5595c0376007e18b5ce4e06 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 0e027ea1a018361b435d448991aa8dac132d5652..8cd727cbbea7285a88ecce46ae21c27d7c69603f 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 7da357fdcaf615be0871d66ea9321fd3c5d701e5..ef4281d86e9add780d9be0fd84a13ceb557263fa 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 73a44845020e48f977870bc4c23bd28d4c1c4159..1698cb3de6480336d837a5fb7fc9876e203659b4 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 443cfd7553e3eb705d7aa174a72c3aa949923b8a..eef9d0bb997629f560bf2bf033aa765998aa2528 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 74c9ac9b580ecd750e7611fa6b6a3a605ad089ab..48c089735b5959dfd0b6da5382ad139c200de007 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 f5b5347bbadbb68cecd4da374a57cad73f0dc66e..2c52fabefe65b3e35f53c6b160c935cefa1e53cb 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 006e5ff4c00f7d4de229fa12188a5c59e85ecdd4..442610a32eb4c41f9ab71fffba942dbca07c5509 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"
          xmlns:c="http://xmlns.jcp.org/jsp/jstl/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 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"
        >
index 9ec53bf411953cda2590662aa2fd449291152bbe..0b0efb62dba434ff0bc507b3dc31587e0aaf0485 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 d823c775c4dfb5daa48a9709714c38e90b331400..85361e74a11b2f9af706f766b265399e80f46d75 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:c="http://xmlns.jcp.org/jsp/jstl/core"
          xmlns:f="http://xmlns.jcp.org/jsf/core"
index 37637119b0b92596c0dc13da167c6b08c5495136..c6c0848cc9ae5e64f87e25ad9dcc259f12df0642 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 3d06386d001a5e024f95142cfeba50b6c0f3d90d..b03c31e94d41b5e010e360749800d2b7211ef3c6 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 254c793fd53ed4dcf39d00b182d70604b089babc..bbec38e6fc1a990bbb86302cf0cb00ea2eb9f52a 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 c043f0253e6489b1ebe16b96f74b4a56abb1db36..89da7508a44c89c9272cbf237cc5ffa2ed79570c 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 9dc7522f32a1ff7758b1b11dcbb7313cee9a67d4..1a1193fcb8785e099b36434c771213db35531603 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 1ed2378e4851e1ae53ae5dea552b5ef443917bf6..0164c1a5bcd87d758e6b774d4c62cc1cb88259ea 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 c92bf83b3b2ba0e442b958d41545f2d4062067f8..60b60b7c3ab728237ba44ed7ff12010c31572a3b 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 c9c629143f3be885da22c688f077262e255b3673..0e58740f74be2d62b7ab4408ad718016186c0287 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"
          xmlns:c="http://xmlns.jcp.org/jsp/jstl/core">