[cgiapp] Tmpl_path Problem

2002-06-11 Thread Eric Moore
Hello, I am having a problem with the value for tmpl_path disappearing. Perhaps someone can explain the error of my ways. Here are the codes and the the error logs for a logon sequence. I set tmpl_path in cgiapp_init along with acquiring the cgi parameters and setting a benchmark

Re: [cgiapp] Tmpl_path Problem

2002-06-11 Thread Eric Moore
Thanks. That's the answer. Works perfectly now. 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