Thanks Bruno, Is woody2.js functional or still unstable?
-------- David -----Mensaje original----- De: Bruno Dumon [mailto:[EMAIL PROTECTED] Enviado el: jueves, 06 de noviembre de 2003 17:54 Para: [EMAIL PROTECTED] Asunto: Re: Woody custom validation On Thu, 2003-11-06 at 17:19, Carmona Perez, David wrote: > How can I do in flow script custom validation?, i.e. validation that > is very app specific and Woody provided validations aren't enough. > > The only solution I see is to make a custom version of woody.js. > Surely there must be something easier. See the docs for the showForm function in woody2.js. You can set a validator property on the form object pointing to a function that peforms extra validation. This function will be called once the normal validation succeeded. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
