Re: Injecting validation errors into newforms

2007-08-25 Thread Peter Melvyn
On 8/24/07, Kirk Strauser <[EMAIL PROTECTED]> wrote: > problem I'm running into is that I'd really, really like to be able to > associate errors from the form.clean() stage of validation with the fields > that are actually having problems. To assign a single message, I use following assignment:

Injecting validation errors into newforms

2007-08-24 Thread Kirk Strauser
I'm using newforms to create self-validation input forms on my site. The problem I'm running into is that I'd really, really like to be able to associate errors from the form.clean() stage of validation with the fields that are actually having problems. For example, I'd like something like: