On Tue, 11 Jun 2002 09:38:34 -0400, Eric  Moore <[EMAIL PROTECTED]> spoke gently:
>     I am having a problem with the value for tmpl_path disappearing.
> Perhaps someone can explain the error of my ways.
<snip>
>     if( $error ) {
>         $self->param( 'errmsg' => $error );
>         NewLogon();
>     }

<snip>

> Why does $self->tmpl_path disappear?

Try $self->NewLogon(). Just calling NewLogon() alone does not pass the
app object to NewLogon, so the first shift returns undef.


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.vm.com/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to