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

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:

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
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, 2002 at 09:18:27PM -0400, Justi

DirectoryIndex file in Embperl::Object, a quick solution

2002-08-12 Thread Adrian Ghizaru
Hello list!   A few days back I came to you with a problem concerning Embperl::Object not using Apache's DirectoryIndex directive. Gerald Richter unfortunately informed me it is indeed a known issue and will be worked on.   Just for reference, in case people may need this here or there, here

Re: DirectoryIndex file in Embperl::Object, a quick solution

2002-08-12 Thread Cameron McBride
> A few days back I came to you with a problem concerning > Embperl::Object not using Apache's DirectoryIndex directive. Gerald > Richter unfortunately informed me it is indeed a known issue and will > be worked on. He also suggested a workaround. In case you missed it, I quote: >> Yes, tha