Re: Freemarker error on form submit with checkboxlist

2010-03-15 Thread Alex Rodriguez Lopez
Solved, the list and name atributes of checkboxlist cannot have the same name: name="roles" list="roles" this is what caused the problem. Em 15-03-2010 13:16, Alex Rodriguez Lopez escreveu: Hi all, I ran into a strange error when using a checkboxlist, backed by a list of usergroups (roles) o

Freemarker error on form submit with checkboxlist

2010-03-15 Thread Alex Rodriguez Lopez
Hi all, I ran into a strange error when using a checkboxlist, backed by a list of usergroups (roles) objects. The error shows not when the form is displayed (it all works as expected) but when submitting the form with the checkboxes on it. Using 2.1.8.1 Could somebody please tell me if this