HABTM saving with checkboxes

2006-09-29 Thread Andre
Hi everyone. Concerning the subject, the example in the manual uses a multiple select tag, but I prefer checkboxes for usability reasons. Is there a simple way to do that automatically, or should I going on coding it by myself? function admin_add() { $this-layout = 'admin';

Re: HABTM saving with checkboxes

2006-09-29 Thread [EMAIL PROTECTED]
I think the manual talks about using the table/field name of Category/Category and making it a multiple selection dropdown. Then it will save the HABTM relationship automatically on create. Now, I am not sure if there is something automagic if you need to maintain the relationship. One thing I