Skip to content

Commit

Permalink
Updated Faces namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Sep 26, 2024
1 parent 79ae62f commit d983e79
Show file tree
Hide file tree
Showing 346 changed files with 368 additions and 368 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/error.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="template/template.xhtml">

<ui:define name="content">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/icons.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="head">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/index.xhtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="jakarta.faces.html"
xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
xmlns:of="http://omnifaces.org/functions"
template="template/template.xhtml">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:h="jakarta.faces.html" xmlns:f="jakarta.faces.core"
xmlns:ui="jakarta.faces.facelets" xmlns:p="http://primefaces.org/ui" template="/template/template.xhtml">
xmlns:ui="jakarta.faces.facelets" xmlns:p="primefaces" template="/template/template.xhtml">

<ui:define name="content">
<div class="content-section documentation">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:composite="http://xmlns.jcp.org/jsf/composite">
xmlns:p="primefaces"
xmlns:composite="jakarta.faces.composite">

<composite:interface>
<composite:attribute name="value" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:composite="http://xmlns.jcp.org/jsf/composite"
xmlns:mycomposites="http://xmlns.jcp.org/jsf/composite/composite">
xmlns:p="primefaces"
xmlns:composite="jakarta.faces.composite"
xmlns:mycomposites="jakarta.faces.composite/composite">

<composite:interface>
<composite:attribute name="value" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/tags/tabscode.xhtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui">
xmlns:p="primefaces">

<!-- EXAMPLE-SOURCE-START -->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html" xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui">
xmlns:p="primefaces">

<div class="layout-config">
<div class="layout-config-content-wrapper">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/template/menu.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui">
xmlns:p="primefaces">

<div class="layout-sidebar">
<div class="layout-sidebar-filter ui-fluid ui-input-filled">
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/resources/template/template.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:sc="http://primefaces.org/ui/showcase"
xmlns:p="primefaces"
xmlns:sc="primefaces.showcase"
lang="#{p:language()}" xml:lang="#{p:language()}">

<h:head>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:h="jakarta.faces.html"
xmlns:ui="jakarta.faces.facelets" xmlns:p="http://primefaces.org/ui">
xmlns:ui="jakarta.faces.facelets" xmlns:p="primefaces">

<div class="layout-topbar">
<a class="menu-button" tabindex="0">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/ui/ajax/basic.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="head">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/ui/ajax/poll.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/ui/ajax/search.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/ui/ajax/status.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="head">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:pe="http://primefaces.org/ui/extensions"
xmlns:p="primefaces"
xmlns:pe="primefaces.extensions"
template="../../template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="head">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="head">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/ui/button/link.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui" xmlns:h="jakarta.faces.html"
xmlns:p="primefaces" xmlns:h="jakarta.faces.html"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="head">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/ui/chart/bar.xhtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:p="http://primefaces.org/ui" template="/template/template.xhtml">
xmlns:p="primefaces" template="/template/template.xhtml">

<ui:define name="head">
<script>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">
<ui:define name="head">
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/ui/chart/facet.xhtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">


Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/ui/chart/line.xhtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/resources/ui/chart/pie.xhtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:p="http://primefaces.org/ui"
xmlns:h="jakarta.faces.html"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="head">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/ui/chart/radar.xhtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="head">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="head">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/ui/csv/basic.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="http://primefaces.org/ui"
xmlns:p="primefaces"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down
Loading

0 comments on commit d983e79

Please sign in to comment.