RE: Struts/Tiles/RequestProcessor

2002-11-05 Thread Wendy Smoak
Every user needs to login before going to page1, page2, ... What method do I need to override by extending the TilesRequestProcessor, so that if somebody tries to go directly to any page other then login (without doing a login), the controller will redirect to the login page ? Any ideas ?

RE: Struts/Tiles/RequestProcessor

2002-11-05 Thread Bhamani, Nizar A TL56E
I am using Tomcat 4.1.12 with Struts 1.1. I will try to dig more about using Filters. Thanks, Nizar Bhamani -Original Message- From: Wendy Smoak [mailto:Wendy.Smoak;asu.edu] Sent: Tuesday, November 05, 2002 6:15 PM To: 'Struts Users Mailing List' Subject: RE: Struts/Tiles

RE: Struts/Tiles/RequestProcessor

2002-11-05 Thread Aaron Oathout
Filters. Thanks, Nizar Bhamani -Original Message- From: Wendy Smoak [mailto:Wendy.Smoak;asu.edu] Sent: Tuesday, November 05, 2002 6:15 PM To: 'Struts Users Mailing List' Subject: RE: Struts/Tiles/RequestProcessor Every user needs to login before going to page1, page2