I was thinking of just putting the error message in the session and
let the controller deal with this but I think that kind of defeats the
purpose?

Any ideas on this would be appreciated,
Gary C

On Dec 10, 5:17 pm, gazza <[email protected]> wrote:
> 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