uuh, i just found out that the name of the checkboxes has to be the same as the name of the control node. Else the custom save handler doesn't get triggered.
e.g. [code]<input type="checkbox" name="categories" value="37556d05-3ff9-45bb-82fd-2e9ce7f297a6" id="37556d05-3ff9-45bb-82fd-2e9ce7f297a6">[/code] [code]<input type="hidden" name="categories_saveHandler" value="com.baloise.cms.core.dialogs.controls.CategoriesAsCheckboxesSaveHandler">[/code] And additionally the custom save handler which i derived from SaveHandlerImpl has to implement the FieldSaveHandler. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=34bf2492-0371-40e5-b4ed-7e23a7412e79 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
