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.logException(145) |
org.apache.commons.beanutils.ConversionException: No value specified
at
org.apache.commons.beanutils.converters.BigDecimalConverter.convert(BigD
ecimalConverter.java:103)
at
org.apache.commons.beanutils.BeanUtilsBean.copyProperty(BeanUtilsBean.ja
va:444)
at
org.apache.commons.beanutils.BeanUtilsBean.copyProperties(BeanUtilsBean.
java:261)
at
org.apache.commons.beanutils.BeanUtils.copyProperties(BeanUtils.java:114
)
at org.dnhc.util.ConvertUtil.convert(ConvertUtil.java:155)
at
org.dnhc.webapp.action.BaseAction.convert(BaseAction.java:104)
Ma Yong