This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 054d562a4 Updates stage by Jenkins
054d562a4 is described below

commit 054d562a4080791eb9198e29961cb833666dd87c
Author: jenkins <bui...@apache.org>
AuthorDate: Sun Jan 28 09:07:00 2024 +0000

    Updates stage by Jenkins
---
 content/tag-developers/iterator-tag.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/tag-developers/iterator-tag.html 
b/content/tag-developers/iterator-tag.html
index cba519d83..c9f77f48e 100644
--- a/content/tag-developers/iterator-tag.html
+++ b/content/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">&lt;s:property/&gt;</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">&lt;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">&gt;</span>
     <span class="nt">&lt;s:property/&gt;</span>

Reply via email to