グリッドを編集可能にしようとしています grid.setEditorEnabled(true);
しかし、アプリケーションを実行して任意のセルをダブルクリックすると、次の例外がスローされます
Caused by: com.vaadin.data.util.converter.Converter$ConversionException: Unable to convert value of type java.lang.Integer 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:714)
at com.vaadin.ui.AbstractField.convertFromModel(AbstractField.java:699)
at com.vaadin.ui.AbstractField.setPropertyDataSource(AbstractField.java:635)
何が原因である可能性がありますか?こちらのスレッドを確認しましたが、問題を解決できませんでした
アイビー.xml
<!ENTITY vaadin.version "latest.release">
JPAコンテナ3.2.0
(デモ ' jpaaddressbook 'のコンテナーと同じ構造を使用しました)
あなたの助けを前もって感謝します