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/07/24 12:42:28 UTC

[GitHub] [struts] lukaszlenart commented on a change in pull request #495: [WW-5129] Supports dynamic attributes in second control

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



##########
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:
       As far I see `<#continue>` is [deprecated](https://freemarker.apache.org/docs/ref_directive_list.html#ref_list_continue)




-- 
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: issues-unsubscribe@struts.apache.org

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