[ https://issues.apache.org/jira/browse/WW-5086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukasz Lenart resolved WW-5086.
-------------------------------
Resolution: Fixed
Thanks, patch applied!
> s:set with empty body
> ---------------------
>
> Key: WW-5086
> URL: https://issues.apache.org/jira/browse/WW-5086
> Project: Struts 2
> Issue Type: Bug
> Components: Core Tags
> Affects Versions: 2.5.22
> Reporter: Pierre-Yves Soblet
> Priority: Major
> Fix For: 2.5.24
>
> Attachments: 20200814_WW-5086.patch
>
>
> In Struts 2.5.22, the following JSP fragment:
> {code:java}
> <s:set var="myVariable"> </s:set>
> <s:property value="#myVariable"/>
> {code}
> generates the following HTML fragment:
> {code:java}
> com.sample.MyAction@c1a47f6c
> {code}
> I would expect an empty output (as {{trimBody}} is set to "true" by default).
>
> Moreover, when the {{set}} tag body is empty:
> {code:java}
> <s:set var="myVariable" trimBody="false"/>
> <s:property value="#myVariable"/>
> {code}
> disregarding the value of the {{trimBody}} attribute, the output is the same:
> {code:java}
> com.sample.MyAction@c1a47f6c
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
|