Re: many checklist's with one selected list

2013-10-06 Thread Eugen
Hi Thiago, thanks for Your help!!! the checklists works fine now, each checklist has its own list of enums and in processSubmission() of the parent component all list are merged and copied back to desired list. Best regards Eugen 2013/9/28 Thiago H de Paula Figueiredo : > On Fri, 27 Sep 2013 18

Re: many checklist's with one selected list

2013-09-27 Thread Thiago H de Paula Figueiredo
On Fri, 27 Sep 2013 18:39:46 -0300, Eugen wrote: The mean of the grouping is only for display: each group becomes a caption and is placed in a separate column, but the selected list to persist should be unique All would be nice if the checklist would append to the list and not empty it... T

Re: many checklist's with one selected list

2013-09-27 Thread Eugen
The mean of the grouping is only for display: each group becomes a caption and is placed in a separate column, but the selected list to persist should be unique All would be nice if the checklist would append to the list and not empty it... One option would be to to have separate lists for each gr

Re: many checklist's with one selected list

2013-09-27 Thread Thiago H de Paula Figueiredo
On Fri, 27 Sep 2013 17:24:36 -0300, Eugen wrote: Hi, Hi! it is possible to bind the same list of enums to many checklist components inside one form? Why do you want to do that? I'm not sure how editing three times the same list in the same form makes sense. Why don't you have three diff

many checklist's with one selected list

2013-09-27 Thread Eugen
Hi, it is possible to bind the same list of enums to many checklist components inside one form? My scenario is follow: 1 given are an enum: enum A{ BA, BB, CA, CB, DA, DB} 2. the second enum split the enum A in more groups private List enums; enum Group(A[]) {