Re: Inheritance of DynaActionForms

2004-12-23 Thread Radu Badita
Regarding the inheritance of DynaActionForms I've once read an very good and interesting article of someone who found an workaround. I don't have the url though, so maybe you'll get lucky with google ;-) Hi, I am looking for a "Best practice" of using the ActionForms.

Re: Inheritance of DynaActionForms

2004-12-22 Thread Eddie Bush
Hi Vijay, Comments intermixed. On Wed, 22 Dec 2004 08:51:16 -0500, Vijay K Dasari <[EMAIL PROTECTED]> wrote: > Hi, > I am looking for a "Best practice" of using the ActionForms. We are using > lot of Forms(both ActionForm and DynaActionForms) in our application. All > these Forms share some commo

Inheritance of DynaActionForms

2004-12-22 Thread Vijay K Dasari
Hi, I am looking for a "Best practice" of using the ActionForms. We are using lot of Forms(both ActionForm and DynaActionForms) in our application. All these Forms share some common properties and some validation logic is also common. Currently we are using the Inheritance in the ActionForms, to s