Hello,

I have written a fancy validator and its task is to verify whether
dates are within a valid a range.
However when it fails as expected I call:

raise formencode.Invalid(msg,field_dict,state,
                                        error_dict=dict(orderid=msg))

This simply renders the message to the browser as expected. Ideally I
want to reissue the page that
posted the date. Is there a way to do this using a fancy validator?

Thanks,
Gazza

-- 
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.

Reply via email to