JSTL has nothing to support something like this. You can either write a taglib that does this or check out Log from taglibs. http://jakarta.apache.org/taglibs/doc/log-doc/intro.html -Tim
-----Original Message----- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 4:31 PM To: [EMAIL PROTECTED] Subject: How Can I Write To The Servlet Log Using JSTL? What's the proper idiom to write to the Web app log from a JSP using JSTL? Is it possible to do with JSTL only, or is scriptlet code required? Same for writing to the file system - how do I do it? - MOD __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
