Changing line 1565 of html.py from...
        if status and onvalidation:
to...
        if vars and onvalidation:


On Nov 26, 11:28 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> What would you suggest?
>
> On Nov 26, 11:10 am, "mr.freeze" <nat...@freezable.com> wrote:
>
> > I see two issues with this:
> > 1) The form errors found in onvalidation will not be displayed if
> > there are already form errors
> > 2) The developer never gets a chance to remove form errors for certain
> > conditions (think contingent form fields)
> > For example, I am using IS_IN_DB on a field but I only want it to be
> > required if another field is a certain value.
>
> > Is there a better way?
>
>

Reply via email to