teamcfadvance / ValidateThis

An object oriented validation framework for ColdFusion objects
http://www.validatethis.org
44 stars 32 forks source link

Client-side validation problems with multiple forms #60

Closed bobsilverberg closed 13 years ago

bobsilverberg commented 13 years ago

The equalTo and DoesNotContainOtherProperties validation types have issues when multiple forms contain the same field name. Based on the discussion linked below, John feels a rewrite of how JS is being generated is required to address this.

See: http://groups.google.com/group/validatethis/browse_thread/thread/2d59905f0480318c?hl=en

aliaspooryorik commented 13 years ago

This can be closed as it's fixed in my the issue50 branch by using the closest() method of jQuery

bobsilverberg commented 13 years ago

John's changes have been committed to develop