This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git.
from 377c0cb Fixes versioning after the latest release add 5e624fa WW-5117 Restores previous behavior where tag was before action on stack add 2825fdb WW-5117 Evaluates dynamic attributes when assigning them to tag Reverts https://github.com/apache/struts/pull/447/commits/8bbe1949e17d58e1b5aef9c71e1279ad12ad7ba7#diff-0a39f082871f48bd14037ab2e3a3911b0b1046506c1d93338024d77d412a7075L305-L309 add a7fdf13 WW-5117 Does a conditional evaluation depending on the tag Some tags requires to perform a lazy evaluation which can only happen in ftl template as performing it in the component class is not possible add 5c247b3 WW-5117 Uses translateVariables instead of findString to allow join expressions new c495824 Merge pull request #524 from apache/WW-5117-evaluate-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: .../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(-)