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/07/07 15:45:43 UTC

[struts] branch fix/double_evaluations updated (56836c4 -> 9a3ebf8)

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

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


    from 56836c4  Merge branch 'master' of https://github.com/apache/struts into fix/double_evaluations
     add 9a3ebf8  add missing escapedIds

No new revisions were added by this update.

Summary of changes:
 .../org/apache/struts2/components/FormButton.java  |  1 +
 .../struts2/components/ServletUrlRenderer.java     |  8 +++-
 .../java/org/apache/struts2/components/UIBean.java |  2 +-
 .../resources/template/css_xhtml/form-validate.ftl |  4 +-
 .../main/resources/template/simple/combobox.ftl    |  4 +-
 .../resources/template/simple/doubleselect.ftl     | 44 +++++++++++-----------
 .../main/resources/template/simple/form-close.ftl  | 24 ++++++------
 .../template/xhtml/form-close-validate.ftl         | 10 ++---
 .../main/resources/template/xhtml/form-close.ftl   |  2 +-
 .../resources/template/xhtml/form-validate.ftl     |  4 +-
 .../org/apache/struts2/components/UIBeanTest.java  |  4 +-
 .../apache/struts2/views/jsp/ui/ComboBoxTest.java  |  2 +-
 .../org/apache/struts2/views/jsp/ui/ComboBox-4.txt |  8 ++--
 .../struts2/components/PortletUrlRenderer.java     |  4 +-
 14 files changed, 64 insertions(+), 57 deletions(-)