Hi,

i try to make a ControlPanelForm with FormFieldsets.
Everything works nice so far.

Now i try to make a Standalone Button in one of my Fieldsets.
(Something like the "Restart Button" in @@maintenance-controlpanel.


If i try to add the button like this:

-------------------------------------------------------------------
class SolrControlPanel(ControlPanelForm):
    form_fields = FormFieldsets(solrcontrol, solrfields,)
    form_fields['solrfields'].custom_widget=combination_widget

#    @form.action(_(u'Delete all Plone Entries'), validator=null_validator,)
#    def handle_shutdown_action(self, action, data):
-------------------------------------------------------------------

the other buttons (Save,..) are no more rendered.
Only the "Delete all Plone Entries" Button is rendered.

Any Ideas

thx

Christian


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to