I'm using a HiddenWidget to pass a CSRF token in a deform form. I've noticed that when the CSRF token is wrong, at the top of the re-displayed form I get:
There was a problem with your submission Errors have been highlighted below But the error isn't highlighted below. Is this a bug or am I doing it wrong? (To me, it looks like MappingWidget.handle_error — probably SequenceWidget.handle_error, or maybe even better just FormWidget.handle_error — should be glomming on to error messages for hidden children.) Cheers, Jeff -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. 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/pylons-discuss?hl=en.
