changing log message format: possible?

2002-01-18 Thread Michael Stacey
Our pre-struts servlets product log lines like: 2002/01/01 01:01:04 123.456.789.123 login sessionid level msg where the ip, login, and session id are derived from the request in the log method call: log(msg, level, HttpServletRequest) Is there some way to subclass ActionServlet and get the

custom tag as content in template field?

2002-01-11 Thread Michael Stacey
Is it possible to somehow use a custom JSP tag as content in a page template? For example, in a template: table border=1 cellspacing=0 cellpadding=0 width=610 tr tdtemplate:get name='image'//td tdtemplate:get name='prodinfo'//td /tr trtd colspan=2template:get