[
https://issues.apache.org/struts/browse/WW-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Illya Kysil updated WW-2549:
----------------------------
Issue Type: Bug (was: Sub-task)
Parent: (was: WW-1768)
> 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: Bug
> Components: Plugin - Tags
> Affects Versions: 2.0.11.1
> Reporter: Illya Kysil
>
> 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.