You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/01/05 19:10:14 UTC

[struts] branch WW-5117-evaluate-dynamic-attributes updated (9a509eb -> f456f1b)

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch WW-5117-evaluate-dynamic-attributes
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from 9a509eb  WW-5117 Evaluates dynamic attributes when assigning them to tag Reverts https://github.com/apache/struts/pull/447/commits/8bbe1949e17d58e1b5aef9c71e1279ad12ad7ba7#diff-0a39f082871f48bd14037ab2e3a3911b0b1046506c1d93338024d77d412a7075L305-L309
     add f456f1b  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

No new revisions were added by this update.

Summary of changes:
 .../org/apache/struts2/components/CheckboxList.java     | 16 +++++++++++++---
 .../java/org/apache/struts2/components/ListUIBean.java  |  1 -
 .../main/java/org/apache/struts2/components/Radio.java  | 17 ++++++++++++++---
 .../main/java/org/apache/struts2/components/UIBean.java | 14 ++++++++++++--
 .../src/main/resources/template/simple/checkboxlist.ftl |  8 ++++----
 .../resources/template/simple/dynamic-attributes.ftl    |  8 ++++++--
 core/src/main/resources/template/simple/radiomap.ftl    |  5 +++--
 7 files changed, 52 insertions(+), 17 deletions(-)