Re: Filter / Logging

2006-03-14 Thread atta-ur rehman
Hi, What's the url-pattern for you filter? If it's being called more than once for an action I'd guess that you have it set to intercept all the requests. Changing it to something specific, like *.do, might help. LoggingFilter *.do HTH. ATTA On 3/14/06, Hans-Peter Petek <[EMAIL PROTECTE

Filter / Logging

2006-03-14 Thread Hans-Peter Petek
Hi all, can anyone give some information about how and when filters are executed? I have a logging-filter who only logs the request-parameters - the filter is accessed at every page. But when I call a simple page (struts) with actionform and action the filter is accessed e.g. 10 times ...? why?