Vaadin 7 Composer and binding

Helo,

I am making a vaadin component in the composer, but I have a problem with the binding.
If I want to use the @PropertyId annotation to bind the field automatically the annotation disapears because the field is marked with the @AutoGenerated annotation.

Is there a solution or a workaround for this issue?

Kind regards

Jonathan

Try updating to the latest version of the Vaadin Eclipse plugin (2.1.1). It should preserve those annotations for you. (Eclipse: Help->Check for Updates and select Vaadin Plugin)

Indeed,
after performing an update it is working now.

Thanks a lot

Kind regards

Jonathan