RE: HTMLEmbperl 1.2.0 HTTP header

1999-11-23 Thread Gerald Richter
> > The psuedocode snippet looks something like this (the actual listing is > too huge) > > [- > if passed data > perform error checking > else > $new_entry = 1; > -] > > > > [$ if( ($new_entry) || ($f->errors()) ) $] > [+ $f->display_errors_as_html(); +] > > blank form stuff... > >

Re: HTMLEmbperl 1.2.0 HTTP header

1999-11-23 Thread Erich L. Markert
The psuedocode snippet looks something like this (the actual listing is too huge) [- if passed data perform error checking else $new_entry = 1; -] [$ if( ($new_entry) || ($f->errors()) ) $] [+ $f->display_errors_as_html(); +] blank form stuff... [$ else $] [- use Apache; use

HTMLEmbperl 1.2.0 HTTP header

1999-11-23 Thread Erich L. Markert
I have an online form that uses Embperl. When the submit button is clicked the action is to submit the form data back to this same document. Error checking and data validation is performed and if any errors are found they are printed out at the very top of the form. Any and all output is done A