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* ;-)

Try changing it to:

<user:username><xsp:expr><auth:get-access type="user"/></xsp:expr></user:username>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to