Just extend the struts request processor and
then you can over ride any method in the requestprocessor.
If you need to check something before every request
you can put the code in processPreProcess method of
request processor. ActionServlet calls this method just
before processing every request.

Harjot


----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 11, 2004 2:03 PM
Subject: Want to do some business logic before the action class of struts is
invoked. How ?


> Dear Strusts users,
>
>         I have a typical requirement where i need to do some business
> logic before any action class gets executed. Where should I write the code
> for this ? Pls suggest.
>
> regds
> r-a-v-i


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

Reply via email to