RE: Dynamic forms

2002-04-18 Thread Matthieu Benéteau
Hi Ed, Sorry, I hadn't really understood what you meant. Well, I found it easier to process all the form validations on the client side, because I have large forms with lots of elements. I check and process them before sending, so the server task is far lighter. I haven't tried the server-side v

Re: Dynamic forms

2002-04-18 Thread Cocoon Newbie
Matthieu: I see your point, however since the validation is done on the server rather than on the client, I was hoping it to be something that Cocoon could accomplish. I have played it with it some more and am stuck on the "last mile". I can switch the validation rules, however, I still need

RE: Dynamic forms

2002-04-18 Thread Matthieu Benéteau
This is not a Cocoon2 but a DHTML issue. You have to use JavaScript. Try this tutorial page : http://www.pageresource.com/jscript/jforms.htm Regards, Matthieu > -Message d'origine- > De : Cocoon Newbie [mailto:[EMAIL PROTECTED]] > Envoyé : mercredi 17 avril 2002 22:31 > Objet : Dynamic