Group in forms

1
0
-1

HI,

I have around 3 select fields inside the group .How to get the values selected inside the group to be saved into the db or how Can I get the values from individual select inside the group

Thanks , Charulatha

1 answer

1
0
-1

Hi Charulatha,

To save data from a widget group, use a List<Map<string,String>> Java object. There's a brief explanation in the documentation .

Chris

Notifications