Re: Using Filters with Struts?

2006-03-10 Thread Frank W. Zammetti
As Joe pointed out, there is no problem using filters with Struts. As Joe also pointed out, generally speaking, getting a filter to fire for a specific Action, or group of Actions, is problematic. Struts 1.3, as Joe yet again pointed out, is a nice solution for this (Joe has been busy! LOL

Re: Using Filters with Struts?

2006-03-10 Thread Joe Germuska
r" user@struts.apache.org Cc : Date : Fri, 10 Mar 2006 07:25:33 -0600 Subject : Re: Using Filters with Struts? At 8:23 AM +0100 3/10/06, starki78 wrote: >Hi I made thoughts about filters >(javax.servlet.Filter) >e.g. use them for logging >and performance me

Re: Using Filters with Struts?

2006-03-10 Thread starki78
: "starki78" [EMAIL PROTECTED],"user" user@struts.apache.org Cc : Date : Fri, 10 Mar 2006 07:25:33 -0600 Subject : Re: Using Filters with Struts? > At 8:23 AM +0100 3/10/06, starki78 wrote: > >Hi I made thoughts about filters > >(javax.servl

Re: Using Filters with Struts?

2006-03-10 Thread Joe Germuska
At 8:23 AM +0100 3/10/06, starki78 wrote: Hi I made thoughts about filters (javax.servlet.Filter) e.g. use them for logging and performance measuring purposes. Now as we are using struts I would like to know if you can, and if it makes sense to assign a filter to an action. Can someone help me un

Using Filters with Struts?

2006-03-09 Thread starki78
Hi I made thoughts about filters (javax.servlet.Filter) e.g. use them for logging and performance measuring purposes. Now as we are using struts I would like to know if you can, and if it makes sense to assign a filter to an action. Can someone help me understand if this might be a good solution?