Is is possible to collect log4j messages that are generated in a jsp scriplet and print them out immediately further down the page in the same jsp?
Thank you for any suggestions. Brian --begin testLogging.jsp-- <% // a scriplet with java code that generates log4j messages ... %> // iterate over newly generated and accumulated log4j messages and print out for viewing by user --end testLogging.jsp-- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
