views:

4

answers:

0

I need to typecast to float so i do some simple math inside the view. To my dismay the following does not work:

<s:property value="%{(double)(touristicZones.size()) /  2}"/>

but this works fine

<s:property value="%{(touristicZones.size()) /  2}"/>