Hi again! ;)

I have a Subsubclass of EasyCrudRestController and want to add a custom 
validator using

    __form_options__ = {
        '__base_validator__':passwordValidator,
        }

But because the action does point to ./, you get to the url without edit at 
the end, but with the edit form displayed.
The big problem is that at this point the selected items on 
MultipleSelectFields are missing.
Is this a bug or am I doing something wrong?

In my intuition, the post should redirect to /edit again, if validation 
failed, shouldn't it?

Regards,
Moritz

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/turbogears/-/K5WUfe3Z8d0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to