Re: ERXCheckboxMatrix question

2008-03-19 Thread David Holt
Lets say you have Class and Student objects Lets say you want to select all the Students for a given Class using the ERXCheckboxMatrix. Class.setStudents(selectedStudents) That should about do it. Your generated EOs will have the setter method for to-many relationships. Unless I am missi

ERXCheckboxMatrix question

2008-03-19 Thread Daniel Brajkovic
If I have an ERXCheckbox matrix in a form, what is the best way for me to get the array of selected items inserted into the EditingContext and also added to both sides of a relationship? I know iteration is one option, but is there a method somewhere that I am missing? Dan ___