You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: functions/index.html
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ <h2>Functions</h2>
33
33
This is actually not supposed to be a public web page.
34
34
</p>
35
35
<p>
36
-
The <code>http://omnifaces.org/functions</code> is supposed to be the XML namespace URI of OmniFaces functions.
36
+
The <code>http://omnifaces.org/functions</code> is supposed to be the XML namespace URI of OmniFaces functions for OmniFaces versions until 4.x.
37
37
Usually, you declare this URI in the XML root element of your XHTML file as below in order to use OmniFaces functions within the element.
38
38
</p>
39
39
@@ -44,6 +44,14 @@ <h2>Functions</h2>
44
44
That they start with <code>http://</code> is indeed confusing to starters, but that's so far the best way to have a unique resource identifier (URI) for a XML namespace.
45
45
</p>
46
46
47
+
<p>
48
+
Since OmniFaces 5.0, the XML namespace URI is finally in URN format instead of URL format, aligned with the same change in Faces 4.0.
49
+
So you won't anymore be confused it being in URL format.
50
+
Upgrade to OmniFaces 5.0 and adjust all XML namespace URIs to be in URN format instead of URL format as soon as you can.
Normally, XML namespace URIs do not represent actual web resources.
44
-
That they start with <code>http://</code> is indeed confusing to starters, but that's so far the best way to have a unique resource identifier (URI) for a XML namespace.
43
+
Normally, XML namespace URIs do not represent actual web resources.
44
+
That they start with <code>http://</code> is indeed confusing to starters, but that's so far the best way to have a unique resource identifier (URI) for a XML namespace.
45
45
</p>
46
46
47
+
<p>
48
+
Since OmniFaces 5.0, the XML namespace URI is finally in URN format instead of URL format, aligned with the same change in Faces 4.0.
49
+
So you won't anymore be confused it being in URL format.
50
+
Upgrade to OmniFaces 5.0 and adjust all XML namespace URIs to be in URN format instead of URL format as soon as you can.
0 commit comments