Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
Form with combo and querycontainer
Hi,
I have a form with ComboBox, I 've loaded as this
mycombo.setContainerDataSource(app.storage.getPeopleQueryContainer());
mycombo.setItemCaptionPropertyId("fullname"); //app.storage.getPeopleQueryContainer() returns id and fullname fields;
public Field createField(Item item, Object propertyId,
Component uiContext) {
....
....
....
}
The question :
How to know the id when the user change combo value???
Thank you so much
Xavier
Last updated on
You cannot reply to this thread.