[cgiapp] Re: Validation problem

2006-03-03 Thread Robert Hicks
Mark Stosberg wrote: On 2006-03-02, Robert Hicks [EMAIL PROTECTED] wrote: I have a two forms. One on the initial main page and another to input tasks. The form on the main page gets validated correctly. I use the same code with the second except the fields to validate and it comes back with a

[cgiapp] Re: Validation problem

2006-03-03 Thread Robert Hicks
Mark Stosberg wrote: On 2006-03-02, Robert Hicks [EMAIL PROTECTED] wrote: I have a two forms. One on the initial main page and another to input tasks. The form on the main page gets validated correctly. I use the same code with the second except the fields to validate and it comes back with a

Re: [cgiapp] Re: Validation problem

2006-03-03 Thread Michael Peters
Robert Hicks wrote: Everything from the /head down is gone. Sounds like something strange happening. The best way to track this down is to put some debug warn() statements in the code and watch your error log to see where the output is being chopped up. Specifically, look at what your run

[cgiapp] Re: Validation problem

2006-03-03 Thread Robert Hicks
Michael Peters wrote: Robert Hicks wrote: Everything from the /head down is gone. Sounds like something strange happening. The best way to track this down is to put some debug warn() statements in the code and watch your error log to see where the output is being chopped up. Specifically,

[cgiapp] Re: Validation problem

2006-03-02 Thread Mark Stosberg
On 2006-03-02, Robert Hicks [EMAIL PROTECTED] wrote: I have a two forms. One on the initial main page and another to input tasks. The form on the main page gets validated correctly. I use the same code with the second except the fields to validate and it comes back with a blank page when I