thanks for the tip, but I get the same error. I put my taglib under /usr/lib/perl5/site_perl/5.6.1/AxKit/XSP that's the same place where the Param and Util taglibs are
markus On Lunes 03 Junio 2002 15:39, Matt Sergeant wrote: > @ISA has to be a package variable, not a lexical. > > Try: > > use base qw(Apache::AxKit::Language::XSP); > > instead of your @ISA line. -- Markus Jais Software Developer GMX Aktiengesellschaft Riesstra�e 17, 80992 M�nchen Phone: +49 89 14 339-514 mailto:[EMAIL PROTECTED] http://www.gmx.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
