alejandro-du / crudui

Automatically generate CRUD-like Vaadin views for any Java Bean
https://vaadin.com/directory#!addon/crud-ui-add-on
Apache License 2.0
86 stars 54 forks source link

Shown as Expected but fails to Add/Update on an Entity One-on-One Relation #10

Closed apklein closed 7 years ago

apklein commented 7 years ago

I have a similar problem to this one: [https://vaadin.com/forum/#!/thread/571301/571300]

the grid works as expected, the form is shown as expected, but when I do click on Update/Add Button I receive the "com.vaadin.data.util.MethodProperty$MethodException" doing invokeSetMethod

UserAccount->Person and doing getPerson() on the instance it returns null. What maybe I'm doing wrong here?

alejandro-du commented 7 years ago

@apklein Hope you have tried what that thread suggested. But it's hard to say without seeing your code. Are you able to publish a minimal example to reproduce the issue?