Either way would work.
The "controller" you need to extend is actually the RequestProcessor
(TilesRequestProcessor if your using Struts/Tiles)
Check the archives for more information (archives are accessible from the
jakarta site)
-Tim

-----Original Message-----
From: Balaji R [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 23, 2003 9:41 AM
To: Struts Users Mailing List
Subject: filters


Am using Struts with tomcat.
Can I use ServletFilters for processing login permissions on URLs?
Or would I have to rewrite the controller Action Class adding a if-then-else
there?
'Cause the web.xml dosent have the servlet entries for rest of the action
classes.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to