--- Brian Chaplin <[EMAIL PROTECTED]> wrote: > I have a field I want to validate as a datatype ONLY if it is not null. > If > null, I want to bypass validation. > Can I do this? > <field property="amount" depends="double"> > > </field>
Yes, that should work. The validations were decoupled from the required check before 1.1. David > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

