diff --git a/core/src/main/java/org/apache/struts2/components/Set.java b/core/src/main/java/org/apache/struts2/components/Set.java index b70cbb0e7..942b8b0af 100644 --- a/core/src/main/java/org/apache/struts2/components/Set.java +++ b/core/src/main/java/org/apache/struts2/components/Set.java @@ -32,7 +32,9 @@ import com.opensymphony.xwork2.util.ValueStack; *

The set tag assigns a value to a variable in a specified scope. It is useful when you wish to assign a variable to a * complex expression and then simply reference that variable each time rather than the complex expression. This is * useful in both cases: when the complex expression takes time (performance improvement) or is hard to read (code - * readability improvement).

+ * readability improvement).

+ *

If the tag is used with body content, the evaluation of the value parameter is omitted. Instead, the String to + * which the body eveluates is set as value for the scoped variable.

* * The scopes available are as follows :- *