> in your validate method why dont you iterate over the todo items > instead of components. isnt that what the checkboxes are bound to?
The idea is to validate the input before it gets updated into the todo items, yes? That is why I iterate the components... ofcourse I could validate it after the state has been updated (it wouldn't matter if I want to keep the invalid input on screen) but that seems more like a workaround than the proper solution. > also you are using a LISTview, are todo items really identified > uniquely by their index returned from todoList = > TodoServices.browseWeek(currentWeekStartDate, user) ? The todo items are unique (try running the code ;).. it is just a dummy list of new todo items. Is there a bug with the checkbox? ** Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
