Re: How to call a Struts 'forward' from a CustomRequestProcessor?

2005-03-20 Thread David Kennedy
ginal Message - From: "David Kennedy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, March 20, 2005 7:25 AM Subject: How to call a Struts 'forward' from a CustomRequestProcessor? Easy one for a Sunday morning: I'm got a simple Custo

Re: How to call a Struts 'forward' from a CustomRequestProcessor?

2005-03-20 Thread Mike Deegan
ing List" Sent: Sunday, March 20, 2005 7:25 AM Subject: How to call a Struts 'forward' from a CustomRequestProcessor? Easy one for a Sunday morning: I'm got a simple CustomRequestProcessor which checks for the presence of a user login bean, and if not found, it should bounce

How to call a Struts 'forward' from a CustomRequestProcessor?

2005-03-20 Thread David Kennedy
Easy one for a Sunday morning: I'm got a simple CustomRequestProcessor which checks for the presence of a user login bean, and if not found, it should bounce the request to my logon page. Problem: how can I say "Go to the Struts Forward /logon" from within the CustomRequestProcessor? Bonus poin