Michael Duffy wrote:
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?

JSTL is the JSP standard tag library, so it just attempts to define the most common actions. You'll have to use other taglibs to provide log and file operations. Those tags may/may not support EL, which may be what you are really looking for.


--
Serge Knystautas
President
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]


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



Reply via email to