Rick Reumann <[EMAIL PROTECTED]> wrote on 09/09/2005 12:01:48 PM: > > I would think JSF could use regular servlet filters? If so, that's where
> I'd do stuff that you want checked on almost every request. Even in > Struts, I wouldn't touch the RequestProcessor. Use a ServletFilter. oh yes, correct! I do remember writing those when I worked with Struts.. This is in fact what I meant..:) They > are easy to set up and I'll provide an example if you want one. I'm not > sure of the implications of using them with JSF, but I'm sure they could > be used. Yes, those implications you mentioned are I guess what I'm wondering about.. (thanks for articulating it for me..;)) > > -- > Rick Geeta