How to store selected values of Bootstrap Multi select widget in Table

0
I am using Bootstrap Multiselect widget. I have load the data in widget and able to select multiple values at a time as shown in below image.   Now problem is that,I need to store this selected values in table.   My motive is to assign multiple programs to 1 member. Currently able to assign single program to member using normal dropdown widget but want to assign more than 1 program to member so how can I store. below is my domain model. In widget I’m loading data from ProgramMaster entity.   Below is my configuration of Bootstrap Multi select widget.   Please suggest what is wrong in my configuration or domain model.
asked
1 answers
0

Hi Somanath, were you able to achieve it? I am also facing similar problem now. 

answered