I have an iteration, and I want to calculate the sum of the following values:
<s:iterator value="myValues" status="myStatus">
<s:property value="value" />
</s:iterator>
<s:property value="total.here" />
I want to show the sum "value" in "total.here". Sorry for my bad english. Thank you very much.
source
share