RE: Session now with Filter

2005-04-14 Thread Paul McCulloch
t's way filterChain.doFilter(..) } } That's it. Paul > -Original Message- > From: Scott Purcell [mailto:[EMAIL PROTECTED] > Sent: 2005/14/04 16:03 > To: Struts Users Mailing List > Subject: Session now with Filter > > > Thank you very much for your co

Re: Session now with Filter

2005-04-14 Thread Dave Newton
Scott Purcell wrote: Thank you very much for your comments on this topic Paul. Now, I understand the basics of using a filter, extending the base class and configuration in the web.xml file. But how can I use a filter in unison with Struts. I am not seeing how I would use the filter. Are you impl

Session now with Filter

2005-04-14 Thread Scott Purcell
Thank you very much for your comments on this topic Paul. Now, I understand the basics of using a filter, extending the base class and configuration in the web.xml file. But how can I use a filter in unison with Struts. I am not seeing how I would use the filter. Are you implying that I should