[
https://issues.apache.org/struts/browse/WW-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Holmes resolved WW-2549.
------------------------------
Resolution: Fixed
This fix was committed back on January 24:
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java?r1=556096&r2=614751&diff_format=h
> The <s:set> tag still can't handle body content
> -----------------------------------------------
>
> Key: WW-2549
> URL: https://issues.apache.org/struts/browse/WW-2549
> Project: Struts 2
> Issue Type: Improvement
> Components: Plugin - Tags
> Affects Versions: 2.0.11.1
> Reporter: Illya Kysil
> Fix For: 2.1.3
>
>
> The <s:set> tag still can't handle body content due to missing usesBody()
> method override.
> Add the following to the Set.java file:
> @Override
> public boolean usesBody() {
> return true;
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.