Not sure how it is called...maybe you can help me out...
I got a lot of Addresses. I want to get an overview and created so called Addressgroups like "My Friends" for example.
Some Addresses have multiple Groups.
Code works fine.
What i need is a way to display all my availble Groups in one List on my Controller. The User must be able so selected one or multiple Groups from that List and add it to the Entry Properties.
At the moment i achieve this by using checkboxes for every Group. Maybe there is an jquery or richui example for that?
Update for Kevin Buchan:
In my View i want to have to Lists:
One List shows all availble Addressgroups
The Second List show the Groups which the Adress is part of. In the beginning there is no membership to a group.
I mark two Groups from my "All Groups" List and press Submit.
Result:
One List shows all availble Addressgroups except the two Groups that the Address is a member of.
The second List shows the Groups from the Adress. Adress is a Member of that Groups.
The logic behind this is pretty easy..and the app is already running. But i want to make it look good.
Update2 i found this Screenshot...i want to do the same with grails