From ea6501e5e7b3d689dab9aa551a8be4c1f54a3968 Mon Sep 17 00:00:00 2001 From: Bauke Scholtz Date: Mon, 16 Sep 2024 14:08:07 -0400 Subject: [PATCH] Fix wrong css classes on modified ui:repeat attributes; historically the change was projected for 4.1 but ultimately postponed to 5.0 because of the breaking nature --- .../faces/metadata/taglib/faces.facelets.taglib.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/impl/src/main/resources/com/sun/faces/metadata/taglib/faces.facelets.taglib.xml b/impl/src/main/resources/com/sun/faces/metadata/taglib/faces.facelets.taglib.xml index 98363528bf..817b799ccf 100644 --- a/impl/src/main/resources/com/sun/faces/metadata/taglib/faces.facelets.taglib.xml +++ b/impl/src/main/resources/com/sun/faces/metadata/taglib/faces.facelets.taglib.xml @@ -837,7 +837,7 @@ attribute must be an absolute path starting with "/". +

If the value attribute is not specified: iteration begins with the specified number (inclusive) as item. If the value attribute is specified: a FacesException must be thrown. @@ -854,7 +854,7 @@ attribute must be an absolute path starting with "/". +

If the value attribute is not specified: iteration ends with the specified number (inclusive) as item. If the value attribute is specified: a FacesException must be thrown. @@ -871,7 +871,7 @@ attribute must be an absolute path starting with "/". +

If the value attribute is specified: iteration begins with the specified number as index. If the value attribute is not specified: a FacesException must be thrown. @@ -888,7 +888,7 @@ attribute must be an absolute path starting with "/". +

If the value attribute is specified: iteration ends when the specified number of times has been iterated (inclusive). If the value attribute is not specified: a FacesException must be thrown. @@ -906,7 +906,7 @@ attribute must be an absolute path starting with "/". +

Iteration will only process every step items of the collection, starting with the first one. If the step attribute is less than 1: a FacesException must be thrown.