RE: Form Validate Error

2002-08-12 Thread Justin Harrison
Esh :-) When all else fails, try the obvious, eh? Thanks! Justin > -Original Message- > From: Gavin Carr [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 12, 2002 9:25 PM > To: [EMAIL PROTECTED] > Subject: Re: Form Validate Error > > > On Mon, Aug 12,

Re: Form Validate Error

2002-08-12 Thread Gavin Carr
On Mon, Aug 12, 2002 at 09:18:27PM -0400, Justin M. Harrison wrote: > Rules.pm: > > sub loginform { > return([ > [-key => 'username', > -name => 'username' Missing comma. :-) > -msg => "Username was not entered", > required=>1. > -msg => "Username was too short", >

RE: Form Validate Error

2002-08-12 Thread Justin Harrison
(Regarding line: $epf->validate_messages; It is actually: $errors = $epf -> validate_messages; But I commented it out for testing. It doesn't seem to make much difference if I use: $errors = $epf -> validate_messages($fdat); ) > -Original Message- > From: Justin M. Harrison [mailto: