[ 
https://issues.apache.org/struts/browse/WW-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Don Brown updated WW-2549:
--------------------------

    Fix Version/s: 2.1.3
       Issue Type: Improvement  (was: Bug)

> 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.

Reply via email to