Re: Validation with actions

2006-10-26 Thread Chris Pratt
Ummm... If you don't call there won't be any client side validation code inserted, so there won't be any client side validation performed, IIRC. (*Chris*) On 10/26/06, zeta <[EMAIL PROTECTED]> wrote: Ok, sorry. If I use DynaValidationActionForm instead of DynaValidationForm for creating my f

Re: Validation with actions

2006-10-26 Thread zeta
Ok, sorry. If I use DynaValidationActionForm instead of DynaValidationForm for creating my forms, what should I do in order to disable form validation in both sides: client (javascript) and server? I know how to bypass server validation (using validate=false in the action tag) but I haven't been a

Re: Validation with actions

2006-10-25 Thread Laurie Harper
zeta wrote: I want to associate the validation with the action definition. In this way, I need to performed the client-side validation when an action is called and not taken into account the form associated to this action. Can you give me some example of how do this? I'm not sure what you mean