Re: [cgiapp] What happens after validation?

2006-03-07 Thread Michael Peters
Robert Hicks wrote: I have all my forms validating. Yay! Congratulations. The question I have is what happens after validation? $self-redirect('index.cgi?rm=show_next_page'); Change that to return $self-show_next_page(); If you do a full redirect then yes, your CGI parameters

[cgiapp] What happens after validation?

2006-03-06 Thread Robert Hicks
I have all my forms validating. Yay! The question I have is what happens after validation? If I create a small form like this that doesn't use my validation stuff: Form without validation: form action= method=post table trtdUsername:/td td select