On 11/2/05, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > ...but it doesn't force you to use its submit button, right? Right? > > What? You want a different kind of submit button? That's asking a bit > much, isn't it? :) > > You can customize the submit button text with a parameter to the form, > and you can also give it a different widget to use for the submit > button.
Right... I meant to type "submit button text". > Right now, it's just a boolean. You can get the keys with errors by > grabbing cherrypy.request.form_errors.keys() Hmm... if you can always get the form errors from this attribute, isn't has_errors redundant? DRY, and all... -- Tim Lesher <[EMAIL PROTECTED]>

