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]
