lukaszlenart opened a new pull request, #852: URL: https://github.com/apache/struts/pull/852
Direct output of `<s:iterator/>` tag is automatically converted from Integer to String be the internal conversion mechanism. In some languages this isn't a desired behaviour as you still want to use a proper european numbers when generating HTML tags. To overcome this problem you can use `countStr` and `indexStr` (propose a better naming) to avoid the conversion. [WW-5360](https://issues.apache.org/jira/browse/WW-5360) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
