You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2021/04/03 18:51:42 UTC

[struts] branch fix/double_evaluation_master updated (ec0c752 -> caaed50)

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

yasserzamani pushed a change to branch fix/double_evaluation_master
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from ec0c752  keep previous test
     add caaed50  decouple translateVariable from findValue

No new revisions were added by this update.

Summary of changes:
 .../org/apache/struts2/components/Component.java   | 35 ++++++++++-----------
 .../apache/struts2/components/DateTextField.java   |  2 +-
 .../struts2/components/DoubleListUIBean.java       | 16 +++++++---
 .../struts2/components/InputTransferSelect.java    | 14 ++++-----
 .../struts2/components/OptionTransferSelect.java   | 36 +++++++++++-----------
 .../java/org/apache/struts2/components/UIBean.java |  6 +++-
 .../struts2/views/jsp/StrutsBodyTagSupport.java    | 14 +++++----
 .../org/apache/struts2/components/UIBeanTest.java  | 19 ++++++++++++
 .../apache/struts2/views/jsp/ui/Textfield-6.txt    |  2 +-
 9 files changed, 88 insertions(+), 56 deletions(-)