Re: [appfuse-user] No value specified

2007-12-05 Thread Milo A. Felipe
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

Re: [appfuse-user] No value specified

2007-10-18 Thread Allan Ang
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

[appfuse-user] No value specified

2007-10-16 Thread Ma, Yong
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