Re: Problem in running

2004-06-11 Thread raviv
Did your problem got solved ? [EMAIL PROTECTED] 06/11/2004 02:42 PM Please respond to Struts Users Mailing List To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject:Re: Problem in running It is not looking for struts.jar but it is looking for

Re: Problem in running

2004-06-11 Thread raviv
It is not looking for struts.jar but it is looking for : commons-logging.jar which contains the class org/apache/commons/logging/LogFactory. Pls keep common-logging.jar in the classpath. That should solve your problem. regds r-a-v-i gitanjali <[EMAIL PROTECTED]> 06/11/2004 02:32 PM Please

RE: Struts, War files, and WebLogic

2004-06-11 Thread raviv
I dont think it's a security issue...coz if it is, then weblogic should have thrown some security related exception. I too suspect it as a configuration problem. regds r-a-v-i [EMAIL PROTECTED] 06/11/2004 03:19 AM Please respond to Struts Users Mailing List To: [EMAIL PROTECTE

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

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