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
M. Harrison [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 12, 2002 9:18 PM > To: [EMAIL PROTECTED] > Subject: Form Validate Error > > > Hi, > > I am attempting to validate a submitted form via code called > in an imported object perl module. > > This is

Form Validate Error

2002-08-12 Thread Justin M. Harrison
Hi, I am attempting to validate a submitted form via code called in an imported object perl module. This is the error I am receiving: ERR: 24: Error in Perl code: Can't locate object method "validate_Username was not entered" via package "Embperl::Form::Validate::Default" (perhaps you forgot to