Hi
In the dataSource List I am adding an empty entry on top of the dropdown when user doesn't select a different value and required is set to true for the dropdown on submission a validation error is not fired for drop down.
Here is how I am adding the empty entry:
aList.add(new SelectItem("", null));
Thanks
S Fozia