Opened 11 years ago
Closed 11 years ago
#3269 closed enhancement (wontfix)
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@… |
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
Change History (2)
comment:1 Changed 11 years ago by
Owner: | set to joern |
---|
comment:2 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.