The validate function uses current.request.post_vars. However when you
redirect a submitted form it becomes a "get" rather than "post" and
request.post_vars is empty.

Is there any reason why it is not just current.request.vars?

Reply via email to