Want to do some business logic before the action class of struts is invoked. How ?

2004-06-11 Thread raviv
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

Re: Want to do some business logic before the action class of struts is invoked. How?

2004-06-11 Thread Shailender Jain
Have you tried processPreprocess() method of RequestProcessor. This method will be executed for each request and will be before action class gets executed [EMAIL PROTECTED] wrote: Dear Strusts users, I have a typical requirement where i need to do some business logic before any

Re: Want to do some business logic before the action class of struts is invoked. How?

2004-06-11 Thread raviv
Thanks Shailendar ! Shailender Jain [EMAIL PROTECTED] 06/11/2004 02:11 PM Please respond to Struts Users Mailing List To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject:Re: Want to do some business logic before the action class of struts is