Skip to content

Commit

Permalink
Fix wrong css classes on modified ui:repeat attributes; historically the
Browse files Browse the repository at this point in the history
change was projected for 4.1 but ultimately postponed to 5.0 because of
the breaking nature
  • Loading branch information
BalusC committed Sep 16, 2024
1 parent 3d066f4 commit ea6501e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ attribute must be an absolute path starting with "/".</span>
<attribute>
<description>
<![CDATA[
<div class="changed_modified_4_1">
<div class="changed_modified_5_0">
<p>
If the <code>value</code> attribute is <em>not</em> specified: iteration begins with the specified number (inclusive) as item.
If the <code>value</code> attribute is specified: a <code>FacesException</code> must be thrown.
Expand All @@ -854,7 +854,7 @@ attribute must be an absolute path starting with "/".</span>
<attribute>
<description>
<![CDATA[
<div class="changed_modified_4_1">
<div class="changed_modified_5_0">
<p>
If the <code>value</code> attribute is <em>not</em> specified: iteration ends with the specified number (inclusive) as item.
If the <code>value</code> attribute is specified: a <code>FacesException</code> must be thrown.
Expand All @@ -871,7 +871,7 @@ attribute must be an absolute path starting with "/".</span>
<attribute>
<description>
<![CDATA[
<div class="changed_modified_4_1">
<div class="changed_modified_5_0">
<p>
If the <code>value</code> attribute is specified: iteration begins with the specified number as index.
If the <code>value</code> attribute is <em>not</em> specified: a <code>FacesException</code> must be thrown.
Expand All @@ -888,7 +888,7 @@ attribute must be an absolute path starting with "/".</span>
<attribute>
<description>
<![CDATA[
<div class="changed_modified_4_1">
<div class="changed_modified_5_0">
<p>
If the <code>value</code> attribute is specified: iteration ends when the specified number of times has been iterated (inclusive).
If the <code>value</code> attribute is <em>not</em> specified: a <code>FacesException</code> must be thrown.
Expand All @@ -906,7 +906,7 @@ attribute must be an absolute path starting with "/".</span>
<attribute>
<description>
<![CDATA[
<div class="changed_modified_4_1">
<div class="changed_modified_5_0">
<p>
Iteration will only process every step items of the collection, starting with the first one.
If the <code>step</code> attribute is less than <code>1</code>: a <code>FacesException</code> must be thrown.
Expand Down

0 comments on commit ea6501e

Please sign in to comment.