You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by GitBox <gi...@apache.org> on 2021/04/26 20:58:03 UTC

[GitHub] [struts] aleksandr-m commented on pull request #483: fix double evaluations...

aleksandr-m commented on pull request #483:
URL: https://github.com/apache/struts/pull/483#issuecomment-827142363


   @yasserzamani Will this work with the following code?
   ```
   <s:iterator value="..." status="stat">		
     <s:textfield id="itemId%{#stat.index}" key="items[%{#stat.index}].name" />
   </s:iterator>
   ```
   
   Can we have some tests for that too?


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org