On Wednesday, 29. January 2003 09:23, Matt Sergeant wrote: > On Tuesday, Jan 28, 2003, at 22:14 Europe/London, Kjetil Kjernsmo wrote: > > If I have construct like: > > <user:get-passwd> > > <user:username><auth:get-access type="user"/></user:username> > > </user:get-passwd> > > I get a 500, with the following XSP in the logs: > > [Tue Jan 28 22:43:34 2003] [error] [client 195.1.208.96] [AxKit] > > [Backtrace] Compilation failed: syntax error at (eval 82) line 37, near > > """ > > do " > > Very odd. That shouldn't happen if the auth taglib is written right > *cough* ;-)
No, it's a problem with SimpleTaglib, which is now fixed in CVS. You might want to check if TaglibHelper exposes the same behaviour, I always got that when I use xsp:expr-style tags inside other taglib tags. The reason was, that XSP.pm assumed the outer tag was an xsp:expr, which it isn't - here it is user:username. Or the other way round. Look at tonights SimpleTaglib.pm commit to understand it ;-) -- CU Joerg PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
