문제

When I use buildAndBind , Vaadin send me this message:

Caused by ConversionException: Unable to convert value of type com.gldos.GCOOP.cliente.Cliente to presentation type class java.lang.String. No converter is set and the types are not compatible.
->>   98 | convertFromModel  in com.vaadin.data.util.converter.ConverterUtil

I think I need CustomConverter but I have no idea on how to implement this.

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top