RE: Struts/Tiles/RequestProcessor

2002-11-05 Thread Aaron Oathout
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/RequestProcessor

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: St

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

Struts/Tiles/RequestProcessor

2002-11-05 Thread Bhamani, Nizar A TL56E
Here is my scenario that uses Struts/Tiles that has following pages. http://localhost:8080/login.jsp http://localhost:8080/page1.jsp http://localhost:8080/page2.jsp http://localhost:8080/page3.jsp and so on All the above pages use Tiles layout. Every user needs to login before going to page1,