RE: Validator Framework question

2005-03-15 Thread Senthivel U S
Greetings, We have divided our application into sub application (modules). Each sub application is having its own config file but I could not create different validation.xml for each sub application. If I create also it takes only one validation.xml file into consideration. Thanks in advance. R

Action Class - No of instances

2004-04-07 Thread Senthivel U S
Struts modules? Niall - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 6:56 PM Subject: Re: Action Class - No of instances > Senthivel U S wrote:

Action Class - No of instances

2004-04-07 Thread Senthivel U S
o: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 6:56 PM Subject: Re: Action Class - No of instances > Senthivel U S wrote: > > >Greetings, > > > >Programming Jakarta Struts by Chuck Cavaness book says always there will be >

Action Class - No of instances

2004-04-05 Thread Senthivel U S
Greetings, Programming Jakarta Struts by Chuck Cavaness book says always there will be only one instance of Action Class but we have checked with the application and found that there are more than one instance of same action class even though the same instance is serving simultaneous requests. Pl