I pinged this same question to the list a while back, and I think the
only thing that will break is if you use the "Class Reloading" feature
in the Spring Plugin. Knowing that this is a experimental debug
feature, and not to be used in production environments, this should
not be an issue for you.
Hi All,
We've using BigDecimal as datatype in hibernate and model for Numeric (20,8)
datatype in database.
however when we display it in JSP using struts 2, if the value <> 0 then it
will display correctly.
However if the value is 0. in database, then it will display in JSP
it will shown a
This looks like the result of toString() of BigDecimal.
May be you can try this:
http://download.oracle.com/javase/1.5.0/docs/api/java/math/BigDecimal.html#toPlainString%28%29
2010/12/6 Yanto Bong :
> Hi All,
>
> We've using BigDecimal as datatype in hibernate and model for Numeric (20,8)
> da
3 matches
Mail list logo