This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git.
from a368cb6 fixed flakiness in JacksonXmlHandlerTest.java (#500) add 7403de8 WW-5129 Supports dynamic attributes in second control add 57ed560 WW-5129 Trims internal prefix used to identify second control's Dynamic Attributes add e098c5a WW-5129 Simplifies excluding ignored keys with ?filter new 76bbe60 Merge pull request #502 from apache/WW-5129-dynamic-attributes The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../resources/template/simple/doubleselect.ftl | 5 ++- .../template/simple/dynamic-attributes.ftl | 21 ++++++--- .../template/simple/inputtransferselect.ftl | 8 ++-- .../template/simple/optiontransferselect.ftl | 3 ++ ...ributes.ftl => prefixed-dynamic-attributes.ftl} | 18 +++++--- core/src/main/resources/template/simple/select.ftl | 4 +- .../freemarker/FreemarkerResultMockedTest.java | 13 +----- .../struts2/views/jsp/ui/DoubleSelectTest.java | 11 ++++- .../views/jsp/ui/InputTransferSelectTagTest.java | 32 +++++++++++--- .../views/jsp/ui/OptionTransferSelectTagTest.java | 32 ++++++++++++++ .../apache/struts2/views/jsp/ui/DoubleSelect-5.txt | 39 +++++++++++++++++ .../struts2/views/jsp/ui/inputtransferselect-2.txt | 30 +++++++++++++ .../views/jsp/ui/optiontransferselect-8.txt | 50 ++++++++++++++++++++++ 13 files changed, 227 insertions(+), 39 deletions(-) copy core/src/main/resources/template/simple/{dynamic-attributes.ftl => prefixed-dynamic-attributes.ftl} (74%) create mode 100644 core/src/test/resources/org/apache/struts2/views/jsp/ui/DoubleSelect-5.txt create mode 100644 core/src/test/resources/org/apache/struts2/views/jsp/ui/inputtransferselect-2.txt create mode 100644 core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-8.txt