This is the first true stumbling block I've hit with Spring, and I'm sure there is a simple way around it.

I have a form where a user can edit an employee, and using checkboxes you can assign what departments she/he
belongs to.

How can you use spring:bind when you have multiple form values with the same name?

I want it, so when the user goes in to edit an employee, it will build the list of departments, and check the ones the employee belongs to.

I hope this makes sense.

Thanks in advance for your time,

Josh