This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git
commit c495824e56a1e3f4e80f737ce55cea74b6294f84 Merge: 377c0cb 5c247b3 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Jan 13 08:16:49 2022 +0100 Merge pull request #524 from apache/WW-5117-evaluate-dynamic-attributes [WW-5117] Evaluates dynamic attributes .../apache/struts2/components/CheckboxList.java | 16 ++++++++--- .../org/apache/struts2/components/ListUIBean.java | 1 - .../java/org/apache/struts2/components/Radio.java | 17 +++++++++--- .../java/org/apache/struts2/components/UIBean.java | 31 +++++++++++++++++----- .../template/FreemarkerTemplateEngine.java | 9 +++---- .../resources/template/simple/checkboxlist.ftl | 8 +++--- .../template/simple/dynamic-attributes.ftl | 8 ++++-- .../main/resources/template/simple/radiomap.ftl | 5 ++-- .../apache/struts2/views/jsp/ui/TextfieldTest.java | 5 ++-- .../apache/struts2/views/jsp/ui/Textfield-5.txt | 2 +- 10 files changed, 72 insertions(+), 30 deletions(-)