Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 9280 invoked from network); 20 Aug 2002 14:22:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 20 Aug 2002 14:22:36 -0000 Received: (qmail 25407 invoked by uid 97); 20 Aug 2002 14:22:45 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 25178 invoked by uid 97); 20 Aug 2002 14:22:44 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 25122 invoked by uid 98); 20 Aug 2002 14:22:43 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: From: "Galbreath, Mark" To: 'Struts Users Mailing List' Subject: RE: Servlet Validation Date: Tue, 20 Aug 2002 10:21:27 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Create a blank index.html page in the /host/account directory that redirects to index.jsp in a META tag with the URL /do/index and the user will be directed to any path and bean defined for that path in struts-config. Mark -----Original Message----- From: David Graham [mailto:dgraham1980@hotmail.com] Sent: Monday, August 19, 2002 3:31 PM Hi, I want all my jsps to be called through the ActionServlet instead of directly through a url. I've subclassed ActionServlet and overridden the process() method to do authentication. So, on every request it will check if the user is logged in and then provide the page they asked for. How do I set this up? Here's my feeble attempt in the struts-config file: There is no bogusForm bean defined and the AccountIndexAction.perform() method just forwards to the success page. I want the user to type in this url http://host/account/ and get the index page. Is this even possible? Thanks, Dave _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: