Search code examples
javacomboboxh2jbpm

How retrieve data in Combobox from h2 database in JBPM?


I'm working on JBPM standalone Business-central, I need to add Combobox in the form and that contains a list of some data from default database h2 to let users choose. how can accomplish that? I tried to edit java code and it's not worked, can anyone help? thanx


Solution

  • have a look at this blog to populate the Listbox in the form.