I need a form with a variable length list of items. Each item needs to contain 3 strings, 1) Permission name 2) Permission Description 3) If user has permission (on/off)
The items will be used to populate a list of checkboxes with the descriptions of the name and description. So the big questions in my mind are what would i iterate through, and how would i design the getters and setters, and how to store that information. I'm sure someone has had to do something similar to this.. all help is extremely appreciated. Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

