I'm using Cocoon 2.1.7 and have a question about the use of log.xsl in
XSPs. I was under the impression that the following:
<log:debug>the user id value =<xsp:expr>userID</xsp:expr></log:debug>
would result in "the user id value=1234" if userID=1234. What I see in
the log is "the user id value=".
However, if I change that line to
<xsp:logic>getLogger().debug("the user id value=" +
userID);</xsp:logic> the debug message is as expected.
Didn't log.xsl used to resolve xsp:expr?
Thanks,
Amy
--
Amy Drew
Computer Sciences Corporation
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]