On 12/29/05, qvx <[EMAIL PROTECTED]> wrote:
>
> I noticed the following two lines in Filedset.input method:
>
>         form_errors = getattr(cherrypy.request, "form_errors", {})
>         form_errors.update(errors)
>
> I'm not sure where form_errors is coming from, but if there is no such
> attribute, form_errors.update(errors) will be lost. Should we fix
> cherrypy.request here and add form_errors attribute?

I've just changed this in my local copy and will check it in a little bit.

Kevin

Reply via email to