Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.6
-
None
-
Patch
Description
It makes sense to have <s:set> tag evaluate the tag body (like JSTL set tag does), not only the "value" attribute of the tag. This will allow better interaction with other custom tags.
Example:
<s:set name="translatedValue"><s:text name="key"/></s:set>