Re: How restrict the validation when I use the DynaForm

2004-09-28 Thread M. Onur Tokan
I think if you think of writing your custom validation mathods, you should try flat ActionForm than DynaActionForm or use validator plug in. On Tue, 28 Sep 2004 15:36:46 +0100, Marco Mistroni <[EMAIL PROTECTED]> wrote: > Hello, > Although u r using a dynaactionform, you could still write

RE: How restrict the validation when I use the DynaForm

2004-09-28 Thread Marco Mistroni
Hello, Although u r using a dynaactionform, you could still write your javaclass that extends dynaactionform, and write only the validate method that checks which 'mehtod' you have just called Or you can go for the Validator. Regards marco -Original Message- From: Gab