Skip to main content

Bug Tracker

Side navigation

#3269 closed enhancement (wontfix)

Opened August 20, 2008 04:17PM UTC

Closed June 10, 2009 10:50AM UTC

Validation Plugin: Allow Duplicate Names

Reported by: coreycoto Owned by: joern
Priority: minor Milestone: 1.3
Component: plugin Version: 1.2.6
Keywords: validation plugin Cc: joern.zaefferer@googlemail.com
Blocked by: Blocking:
Description

Please add a new option to validate all elements with the same name. The plugin currently validates only first element for each name.

Claudiu posted some sample code that demonstrates this functionality. There is some remaining work that needs to be done to display validation messages in the correct place for elements with duplicate name.

http://groups.google.com/group/jquery-en/browse_thread/thread/b6dd62492941cb33

Attachments (0)
Change History (2)

Changed August 20, 2008 06:52PM UTC by joern comment:1

owner: → joern

Changed June 10, 2009 10:50AM UTC by joern comment:2

resolution: → wontfix
status: newclosed

This breaks the basic principles of the validation plugin. With duplicate names, there is now way to error labels to elements without forcing each element to have a unique id. Features like the errorLabelContainer need to have unique names to associate the error labels.