[
https://issues.apache.org/jira/browse/WW-5129?focusedWorklogId=627405&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627405
]
ASF GitHub Bot logged work on WW-5129:
--------------------------------------
Author: ASF GitHub Bot
Created on: 24/Jul/21 12:42
Start Date: 24/Jul/21 12:42
Worklog Time Spent: 10m
Work Description: 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 627405)
Time Spent: 40m (was: 0.5h)
> Dynamic Attributes are not working for doubleselect, optiontransferselect,
> inputtransferselect tags
> ---------------------------------------------------------------------------------------------------
>
> Key: WW-5129
> URL: https://issues.apache.org/jira/browse/WW-5129
> Project: Struts 2
> Issue Type: Bug
> Reporter: Lukasz Lenart
> Assignee: Lukasz Lenart
> Priority: Major
> Fix For: 2.5.27, 2.6
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> As perĀ https://github.com/struts-community-plugins/struts2-bootstrap/pull/37
--
This message was sent by Atlassian Jira
(v8.3.4#803005)