In ConvertUtil.convert(...) method, instead of calling
BeanUtils.copyProperties(...), try this:
BeanUtilsBean beanUtilsBean = BeanUtilsBean.getInstance();
beanUtilsBean.getConvertUtils().register(
new org.apache.commons.beanutils.converters.BigDecimalConverter(null),
BigDecimal.class);
beanUt
You'll probably have to add more information if you want someone to help you.
e.g what framework are you using, what were you doing when you got this
error etc..
--
View this message in context:
http://www.nabble.com/No-value-specified-tf4633660s2369.html#a13269614
Sent from the AppFuse - Use
Dear All:
I used appfuse 1.9.4 version.add a DeliveryBill modul
public class DeliveryBill extends BaseObject{
protected BigDecimal billValue;
protected Timestamp createDate;
...
throw
ERROR [http-8080-Processor25] ActionExceptionHandler.log