scaladin icon indicating copy to clipboard operation
scaladin copied to clipboard

Unable to convert value of type scala.math.BigDecimal to presentation type class java.lang.String

Open thehappycoder opened this issue 10 years ago • 1 comments

This happens starting from vaadin-7.2.0

Caused by: com.vaadin.data.util.converter.Converter$ConversionException: Unable to convert value of type scala.math.BigDecimal to presentation type class java.lang.String. No converter is set and the types are not compatible. at com.vaadin.data.util.converter.ConverterUtil.convertFromModel(ConverterUtil.java:116) at com.vaadin.ui.AbstractField.convertFromModel(AbstractField.java:708) at com.vaadin.ui.AbstractField.convertFromModel(AbstractField.java:693) at com.vaadin.ui.AbstractField.setPropertyDataSource(AbstractField.java:629)

thehappycoder avatar Sep 20 '14 09:09 thehappycoder

I'd love to build my app with scaladin but I think I give up. Numerous problems make me switch to something that is supported in scala world.

thehappycoder avatar Oct 18 '14 07:10 thehappycoder