yasserzamani commented on a change in pull request #495:
URL: https://github.com/apache/struts/pull/495#discussion_r676720141



##########
File path: core/src/main/resources/template/simple/dynamic-attributes.ftl
##########
@@ -21,12 +21,24 @@
 <#if (parameters.dynamicAttributes?? && parameters.dynamicAttributes?size > 
0)><#rt/>
 <#assign aKeys = parameters.dynamicAttributes.keySet()><#rt/>
 <#list aKeys as aKey><#rt/>
-  <#assign keyValue = parameters.dynamicAttributes.get(aKey)/>

Review comment:
       I see thanks. But still that link's note proposes other solutions which 
fits here well, e.g. `?filter(`.




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


Reply via email to