#1615 closed defect (fixed)
dojo.validate.check doesn't check selected values in required for select lists
Reported by: | jkuhnert | Owned by: | jkuhnert |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Validate | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Taken from:
http://issues.apache.org/jira/browse/TAPESTRY-1107
"In 4.0, a Select list with a selection with an empty value failed the required field validation. In 4.1.1, if any item is selected it is valid, even if that item has no value. "
Note: See
TracTickets for help on using
tickets.
(In [6037]) Fixes #1615 - wasn't checking selected value for empty/null.