Re: Problem with formatKey using java.lang.Double that works with primitive double

2005-10-03 Thread Kishore Senji
> It will not format some values unless I declare them as primitive values. > As soon as I change numTons on the release object it formats fine. > Interesting. The tag will use the PropertyUtils.getProperty() to the value for that property and then format it. The getProperty() of PropertyUtils re

Problem with formatKey using java.lang.Double that works with primitive double

2005-10-03 Thread Jason Long
I have been using Struts extensively in my applications for several years and recently noticed some strange behavior. I format numbers and dates as follows: This is used in hundreds of places throughout my application and works fine if the value is java.lang.Double, but recently this sta