have you tried<s:text name="format.percent"><s:param value="%{( (50.0 / 200.0) *100.0)}"/></s:text>
without the decimal OGNL might treat your numbers as integers and there for you get 0. I havent test it out but thats what I used to do for JSTL
have you tried<s:text name="format.percent"><s:param value="%{( (50.0 / 200.0) *100.0)}"/></s:text>
without the decimal OGNL might treat your numbers as integers and there for you get 0. I havent test it out but thats what I used to do for JSTL