Action Class Reusable

2004-09-01 Thread Jitesh Sinha
Hi All, Is there a way we can make our Action Classes reusable across different modules? Generally we have one Action class for every module.Maybe,if we put our business logic in different business classes (particular to a module) and make these business classes implement a common interface? I

RE: [OT] Funny phone call from my Dad:)

2004-09-01 Thread Jitesh Sinha
That is VERY natural Rick...I think that will hapeen in 100% of the cases for people absolutely new to computers. -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 7:39 PM To: Struts Users Mailing List Subject: [OT] Funny phone call

error in borrowObject of AbandonedObjectPool

2004-08-23 Thread Jitesh Sinha
Hello All, Any ideas why the following error will come VBJ ThreadPool Worker daemon prio=5 tid=0x00c59538 nid=0x5ae8 waiting for monitor entry [e677d000..e677fc30] at org.apache.commons.dbcp.AbandonedObjectPool.borrowObject(AbandonedObjectPool .java:111) - waiting to lock

Difference between different validator forms

2004-08-18 Thread Jitesh Sinha
Hi All 1.)what are the difference in scenarios when we want to use DynaValidatorForm and DynaValidatorActionForm 1.)what are the difference in scenarios when we want to use ValidatorForm and ValidatorActionForm Thanks, -Jitesh

RE: Difference between different validator forms

2004-08-18 Thread Jitesh Sinha
, 2004 12:24 PM To: Struts Users Mailing List Subject: Re: Difference between different validator forms http://wiki.apache.org/struts/ValidatorActionForms On Wed, 18 Aug 2004 12:12:14 +0530, Jitesh Sinha [EMAIL PROTECTED] wrote: Hi All 1.)what are the difference in scenarios when we want to use

RE: Difference between different validator forms

2004-08-18 Thread Jitesh Sinha
Never mind...I got it now.. -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:05 PM To: Struts Users Mailing List Subject: RE: Difference between different validator forms Okay so that means DynaValidatorForm can be used throughout