Re: Java Advisory

2013-01-13 Thread Leigh

FYI, they just released a patch: 
http://www.oracle.com/technetwork/java/javase/7u11-relnotes-1896856.html

(Here is the security alert which jives with what Dave said)
http://www.oracle.com/technetwork/topics/security/alert-cve-2013-0422-1896849.html

-Leigh

--- On Sat, 1/12/13, Nick Gleason n.glea...@citysoft.com wrote:

From: Nick Gleason n.glea...@citysoft.com
Subject: Re: Java Advisory
To: cf-talk cf-talk@houseoffusion.com
Date: Saturday, January 12, 2013, 6:51 PM


Many thanks for the clarification Dave.
Nick

 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353848
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


difference in displaying a numeric value in POI

2013-01-13 Thread safo 2000

hi,

i am trying to write a numeric value using POI and i get the strange results:

 poi:cell type=numeric numberformat=##,0.00 value=1075483609/

 cfset x=#NumberFormat('1075483609','999,999,999,999.99')#
 poi:cell type=string value=#x#/

if you run the above you get 1,075,483,648.00   1,075,483,609.00 respectively. 
notice that the last three digits are different, can someone explain this?

thanks


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353849
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm