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: Sub-task
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.