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

lukaszlenart pushed a commit to branch feature/WW-5360-status-ver
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit de43af9a4e1c78f9ed1afc71810269bc36c7861b
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sun Jan 28 10:02:31 2024 +0100

    WW-5360 Adds note about a version since the new properties are available
---
 source/tag-developers/iterator-tag.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/tag-developers/iterator-tag.md 
b/source/tag-developers/iterator-tag.md
index 263eca443..2c4cc69fe 100644
--- a/source/tag-developers/iterator-tag.md
+++ b/source/tag-developers/iterator-tag.md
@@ -32,9 +32,9 @@ Iterator will iterate over a value. An iterable value can be 
any of: `java.util.
 
 Values generated by the tag are subject of internal conversion mechanism. It 
means when generating ordinary numbers
 and then using them with `<s:property/>`, 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 `status` object and its `countStr` 
-and `indexStr` which are a String representation of the numbers. The following 
example demonstrates the case when 
-using `fa_IR` locale:
+This can impact how the numbers are presented. Since **Struts 6.4.0** to avoid 
conversion you can use the `status` object 
+and its `countStr` and `indexStr` which are a String representation of the 
numbers. The following example demonstrates 
+the case when using `fa_IR` locale:
 
 ```jsp
 <s:iterator begin="1" end="3" status="status">

Reply via email to