There are a couple of date validation bugs open that may have something to do with your problem:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16810
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19161

David


I am entering a valid date (10/14/66) but no matter what i type it alwasy gives a javascript error: DateOfBirth is not a date. Here my validation code. ANy ideas why this isn't working?

            <field property="dateOfBirth" depends="required,date">
                <arg0 key="person.dateOfBirth.label"/>
                <var>
                    <var-name>datePatternStrict</var-name>
                    <var-value>MM/dd/yy</var-value>
                </var>
            </field>


Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to