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
(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:
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",
>
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
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
> 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