This is an automated email from the ASF dual-hosted git repository.
kusal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
from 4e80f2661 Merge pull request #1187 from apache/fix/WW-5517-debug
add 2def24c7d WW-5516 Fix TemplateDir and Theme fallback to
Request/Session/Application attributes
new f98b67562 Merge pull request #1193 from
apache/WW-5516-fix-temp-theme-fallback-70
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:
.../java/org/apache/struts2/components/UIBean.java | 36 +++++++--
.../org/apache/struts2/views/jsp/TagUtils.java | 6 +-
.../apache/struts2/components/UIBeanTagTest.java | 88 ++++++++++++++++++++++
3 files changed, 121 insertions(+), 9 deletions(-)
create mode 100644
core/src/test/java/org/apache/struts2/components/UIBeanTagTest.java