S. Isaac Dealey wrote:
> and format(long)... So I've tried using both
> object.format(javacast("double",number)) and
> object.format(javacast("long",number)) and in both cases an error is
> produced saying "The selected method format was not found." ... and if
> I dump the java object it shows two instance of the format() function
> in the dump results... what gives?!yup numberformat is one of the few java classes (there are others) that cf just won't talk to. somebody who knew java way better than i explained it to me once but i've more or less forgotten the real details but i recall something about the type of Number/number cf produces. you will need to use a wrapper class. btw why aren't you using the numberformat wrapper class included w/our i18n stuff? you didn't think we added that to show off our "mad" java skills did you ;-) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191040 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

