illume
unread,Jun 23, 2009, 7:31:19 PM6/23/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cherrypy-users
Hello,
does anyone know how to get rid of the submit=None part?
def dosomething(self, a, b, submit = None):
Since I want forms to pass through a submit field, but for the
cherrypy side to ignore it.
It would be good if I could enable this for a whole application, so no
more 'submit=None' in its methods.
Any ideas on how to get around this?
cheers,