This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 74f6ccb19 Automatic Site Publish by Buildbot
74f6ccb19 is described below
commit 74f6ccb199f4d14d1af6fee75cdfed7eaef76eb6
Author: buildbot <[email protected]>
AuthorDate: Sun Jan 28 09:09:04 2024 +0000
Automatic Site Publish by Buildbot
---
output/tag-developers/iterator-tag.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/output/tag-developers/iterator-tag.html
b/output/tag-developers/iterator-tag.html
index cba519d83..c9f77f48e 100644
--- a/output/tag-developers/iterator-tag.html
+++ b/output/tag-developers/iterator-tag.html
@@ -252,9 +252,9 @@ The <code class="language-plaintext
highlighter-rouge">begin</code>, <code class
<p>Values generated by the tag are subject of internal conversion mechanism.
It means when generating ordinary numbers
and then using them with <code class="language-plaintext
highlighter-rouge"><s:property/></code>, the Integers will be converted
to Strings using the current locale.
-This can impact how the numbers are presented. To avoid conversion you can use
the <code class="language-plaintext highlighter-rouge">status</code> object and
its <code class="language-plaintext highlighter-rouge">countStr</code>
-and <code class="language-plaintext highlighter-rouge">indexStr</code> which
are a String representation of the numbers. The following example demonstrates
the case when
-using <code class="language-plaintext highlighter-rouge">fa_IR</code>
locale:</p>
+This can impact how the numbers are presented. Since <strong>Struts
6.4.0</strong> to avoid conversion you can use the <code
class="language-plaintext highlighter-rouge">status</code> object
+and its <code class="language-plaintext highlighter-rouge">countStr</code> and
<code class="language-plaintext highlighter-rouge">indexStr</code> which are a
String representation of the numbers. The following example demonstrates
+the case when using <code class="language-plaintext
highlighter-rouge">fa_IR</code> locale:</p>
<div class="language-jsp highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="nt"><s:iterator </span><span
class="na">begin=</span><span class="s">"1"</span><span class="na">
end=</span><span class="s">"3"</span><span class="na"> status=</span><span
class="s">"status"</span><span class="nt">></span>
<span class="nt"><s:property/></span>