hello guys actually a problem is araising when i am trying to add the float values or variables in the velocity... for example::
#set($a=300) #set($b=500) #set($c=$a+$b) is working correctly and 800 value is displayed but when i am working with the float values i am not getting the calculation like: #set($a="300.05") #set($b="500.05") #set($c="$a+$b") is not working ........... it is showing the value as "$c" in the html page please provide me the guidence......that how to add the two float or string or integer+float values in the velocity page........ -- View this message in context: http://www.nabble.com/adding-float-values-in-velocity%28velocity-variable-reference%29-tf3945800.html#a11192911 Sent from the Velocity - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
