[ 
https://issues.apache.org/struts/browse/WW-2435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44977#action_44977
 ] 

Lukasz Racon commented on WW-2435:
----------------------------------

Denis,
The issue I reported got fixed in trunk - struts 2.x but not in 2.0.x branch. 
It is exactly the same issue and has the same solution - it is missing usesBody 
function that should return true:
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

svn diff 
http://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/Set.java
 
http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Set.java
 

Please open a new ticket for 2.0.x version and refer to this one.

> <s:set> tag does not evaluate Body
> ----------------------------------
>
>                 Key: WW-2435
>                 URL: https://issues.apache.org/struts/browse/WW-2435
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Lukasz Racon
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: Set_useBody.patch
>
>
> <s:set> tag body is not evaluated, WW-1768 forgot to override useBody method 
> to 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